Html Css Color HEX #3E7D74 Genoa

📋 copy color: '#3E7D74'

red 62 ◦ green 125 ◦ blue 116

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

Shades of Genoa #3E7D74

Tints of Genoa #3E7D74

RGB

 RED value IS 62 (24.61% from 255) = 20.46%

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 20.46%
G = 41.25%
B = 38.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#3E7D74 (or 0x3E7D74) is known color: Genoa. HEX triplet: 3E, 7D and 74. RGB value is (62,125,116). Sum of RGB (Red+Green+Blue) = 62+125+116=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #3E7D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7D74 is #C1828B. Grayscale: #696969. Windows color (decimal): -12681868 or 7634238. OLE color: 7634238.

HSL color Cylindrical-coordinate representation of color #3E7D74: hue angle of 171.43º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7D74 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 125 116 -
CMYK 0.50 0 0.07 0.51
HSL 171.43º 0.34% 0.37% -
HSV(B) 171.43º 0.5% 0.49% -
XYZ 12.47 16.95 19.14 -
YUV 105.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 62 125 116 0.50 0 0.07 0.51 171.43 0.34 0.37
Hex 3E 7D 74 32 0 7 33 AB 22 25
Octal 76 175 164 62 0 7 63 253 42 45
Binary 111110 1111101 1110100 110010 0 111 110011 10101011 100010 100101

Color Harmonies of #3E7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7D74

Black with #3E7D74

Text Example


Text Example

White with #3E7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E7D74; }

 p { color: rgb(62,125,116); }

 H1.HeaderClassName
 {
   color: #3E7D74;
 }
 .AnyTagClassName
 {
   color: #3E7D74;
 }
</style>

background-color css

<style>
 a { background-color: #3E7D74; }

 a { background-color: rgb(62,125,116); }

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

border-color css

<style>
 span { border-color: #3E7D74; }

 span { border-color: rgb(62,125,116); }

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