Html Css Color HEX #073E41 Cyprus

📋 copy color: '#073E41'

red 7 ◦ green 62 ◦ blue 65

#073E41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #073E41

Tints of Cyprus #073E41

RGB

 RED value IS 7 (3.13% from 255) = 5.22%

 GREEN value IS 62 (24.61% from 255) = 46.27%

 BLUE value IS 65 (25.78% from 255) = 48.51%

R = 5.22%
G = 46.27%
B = 48.51%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#073E41 (or 0x073E41) is known color: Cyprus. HEX triplet: 07, 3E and 41. RGB value is (7,62,65). Sum of RGB (Red+Green+Blue) = 7+62+65=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #073E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E41 is #F8C1BE. Grayscale: #2D2D2D. Windows color (decimal): -16302527 or 4275719. OLE color: 4275719.

HSL color Cylindrical-coordinate representation of color #073E41: hue angle of 183.1º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E41 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 62 65 -
CMYK 0.89 0.05 0 0.75
HSL 183.1º 0.81% 0.14% -
HSV(B) 183.1º 0.89% 0.25% -
XYZ 2.76 3.87 5.6 -
YUV 45.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 7 62 65 0.89 0.05 0 0.75 183.1 0.81 0.14
Hex 7 3E 41 59 5 0 4B B7 51 E
Octal 7 76 101 131 5 0 113 267 121 16
Binary 111 111110 1000001 1011001 101 0 1001011 10110111 1010001 1110

Color Harmonies of #073E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E41

Black with #073E41

Text Example


Text Example

White with #073E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073E41; }

 p { color: rgb(7,62,65); }

 H1.HeaderClassName
 {
   color: #073E41;
 }
 .AnyTagClassName
 {
   color: #073E41;
 }
</style>

background-color css

<style>
 a { background-color: #073E41; }

 a { background-color: rgb(7,62,65); }

 div.DivClassName
 {
   background-color: #073E41;
 }
 .BgClassName
 {
   background-color: #073E41;
 }
</style>

border-color css

<style>
 span { border-color: #073E41; }

 span { border-color: rgb(7,62,65); }

 td.TdClassName
 {
   border-color: #073E41;
 }
 .TagClassName
 {
   border-color: #073E41;
 }
</style>