Html Css Color HEX #337E71 Genoa

📋 copy color: '#337E71'

red 51 ◦ green 126 ◦ blue 113

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

Shades of Genoa #337E71

Tints of Genoa #337E71

RGB

 RED value IS 51 (20.31% from 255) = 17.59%

 GREEN value IS 126 (49.61% from 255) = 43.45%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 17.59%
G = 43.45%
B = 38.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#337E71 (or 0x337E71) is known color: Genoa. HEX triplet: 33, 7E and 71. RGB value is (51,126,113). Sum of RGB (Red+Green+Blue) = 51+126+113=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #337E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E71 is #CC818E. Grayscale: #666666. Windows color (decimal): -13402511 or 7437875. OLE color: 7437875.

HSL color Cylindrical-coordinate representation of color #337E71: hue angle of 169.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E71 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 113 -
CMYK 0.60 0 0.10 0.51
HSL 169.6º 0.42% 0.35% -
HSV(B) 169.6º 0.6% 0.49% -
XYZ 11.81 16.82 18.25 -
YUV 102.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 51 126 113 0.60 0 0.10 0.51 169.6 0.42 0.35
Hex 33 7E 71 3C 0 A 33 AA 2A 23
Octal 63 176 161 74 0 12 63 252 52 43
Binary 110011 1111110 1110001 111100 0 1010 110011 10101010 101010 100011

Color Harmonies of #337E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E71

Black with #337E71

Text Example


Text Example

White with #337E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337E71; }

 p { color: rgb(51,126,113); }

 H1.HeaderClassName
 {
   color: #337E71;
 }
 .AnyTagClassName
 {
   color: #337E71;
 }
</style>

background-color css

<style>
 a { background-color: #337E71; }

 a { background-color: rgb(51,126,113); }

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

border-color css

<style>
 span { border-color: #337E71; }

 span { border-color: rgb(51,126,113); }

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