Html Css Color HEX #337F71 Genoa

📋 copy color: '#337F71'

red 51 ◦ green 127 ◦ blue 113

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

Shades of Genoa #337F71

Tints of Genoa #337F71

RGB

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

 GREEN value IS 127 (50% from 255) = 43.64%

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

R = 17.53%
G = 43.64%
B = 38.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#337F71 (or 0x337F71) is known color: Genoa. HEX triplet: 33, 7F and 71. RGB value is (51,127,113). Sum of RGB (Red+Green+Blue) = 51+127+113=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #337F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F71 is #CC808E. Grayscale: #666666. Windows color (decimal): -13402255 or 7438131. OLE color: 7438131.

HSL color Cylindrical-coordinate representation of color #337F71: hue angle of 168.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F71 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 113 -
CMYK 0.60 0 0.11 0.50
HSL 168.95º 0.43% 0.35% -
HSV(B) 168.95º 0.6% 0.5% -
XYZ 11.94 17.07 18.29 -
YUV 102.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 51 127 113 0.60 0 0.11 0.50 168.95 0.43 0.35
Hex 33 7F 71 3C 0 B 32 A9 2B 23
Octal 63 177 161 74 0 13 62 251 53 43
Binary 110011 1111111 1110001 111100 0 1011 110010 10101001 101011 100011

Color Harmonies of #337F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F71

Black with #337F71

Text Example


Text Example

White with #337F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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