Html Css Color HEX #337672 Genoa

📋 copy color: '#337672'

red 51 ◦ green 118 ◦ blue 114

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

Shades of Genoa #337672

Tints of Genoa #337672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 18.02%
G = 41.7%
B = 40.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#337672 (or 0x337672) is known color: Genoa. HEX triplet: 33, 76 and 72. RGB value is (51,118,114). Sum of RGB (Red+Green+Blue) = 51+118+114=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #337672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337672 is #CC898D. Grayscale: #616161. Windows color (decimal): -13404558 or 7501363. OLE color: 7501363.

HSL color Cylindrical-coordinate representation of color #337672: hue angle of 176.42º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337672 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 114 -
CMYK 0.57 0 0.03 0.54
HSL 176.42º 0.4% 0.33% -
HSV(B) 176.42º 0.57% 0.46% -
XYZ 10.88 14.88 18.22 -
YUV 97.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 51 118 114 0.57 0 0.03 0.54 176.42 0.4 0.33
Hex 33 76 72 39 0 3 36 B0 28 21
Octal 63 166 162 71 0 3 66 260 50 41
Binary 110011 1110110 1110010 111001 0 11 110110 10110000 101000 100001

Color Harmonies of #337672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337672

Black with #337672

Text Example


Text Example

White with #337672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337672; }

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

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

background-color css

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

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

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

border-color css

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

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

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