Html Css Color HEX #337F76 Genoa

📋 copy color: '#337F76'

red 51 ◦ green 127 ◦ blue 118

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

Shades of Genoa #337F76

Tints of Genoa #337F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 17.23%
G = 42.91%
B = 39.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#337F76 (or 0x337F76) is known color: Genoa. HEX triplet: 33, 7F and 76. RGB value is (51,127,118). Sum of RGB (Red+Green+Blue) = 51+127+118=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #337F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F76 is #CC8089. Grayscale: #676767. Windows color (decimal): -13402250 or 7765811. OLE color: 7765811.

HSL color Cylindrical-coordinate representation of color #337F76: hue angle of 172.89º 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 #337F76 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 118 -
CMYK 0.60 0 0.07 0.50
HSL 172.89º 0.43% 0.35% -
HSV(B) 172.89º 0.6% 0.5% -
XYZ 12.22 17.19 19.81 -
YUV 103.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 51 127 118 0.60 0 0.07 0.50 172.89 0.43 0.35
Hex 33 7F 76 3C 0 7 32 AD 2B 23
Octal 63 177 166 74 0 7 62 255 53 43
Binary 110011 1111111 1110110 111100 0 111 110010 10101101 101011 100011

Color Harmonies of #337F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F76

Black with #337F76

Text Example


Text Example

White with #337F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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