Html Css Color HEX #337C72 Genoa

📋 copy color: '#337C72'

red 51 ◦ green 124 ◦ blue 114

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

Shades of Genoa #337C72

Tints of Genoa #337C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.91%

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

R = 17.65%
G = 42.91%
B = 39.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#337C72 (or 0x337C72) is known color: Genoa. HEX triplet: 33, 7C and 72. RGB value is (51,124,114). Sum of RGB (Red+Green+Blue) = 51+124+114=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #337C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C72 is #CC838D. Grayscale: #656565. Windows color (decimal): -13403022 or 7502899. OLE color: 7502899.

HSL color Cylindrical-coordinate representation of color #337C72: hue angle of 171.78º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C72 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 114 -
CMYK 0.59 0 0.08 0.51
HSL 171.78º 0.42% 0.34% -
HSV(B) 171.78º 0.59% 0.49% -
XYZ 11.61 16.33 18.46 -
YUV 101.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 51 124 114 0.59 0 0.08 0.51 171.78 0.42 0.34
Hex 33 7C 72 3B 0 8 33 AC 2A 22
Octal 63 174 162 73 0 10 63 254 52 42
Binary 110011 1111100 1110010 111011 0 1000 110011 10101100 101010 100010

Color Harmonies of #337C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C72

Black with #337C72

Text Example


Text Example

White with #337C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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