Html Css Color HEX #337572 Genoa

📋 copy color: '#337572'

red 51 ◦ green 117 ◦ blue 114

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

Shades of Genoa #337572

Tints of Genoa #337572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 18.09%
G = 41.49%
B = 40.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#337572 (or 0x337572) is known color: Genoa. HEX triplet: 33, 75 and 72. RGB value is (51,117,114). Sum of RGB (Red+Green+Blue) = 51+117+114=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #337572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337572 is #CC8A8D. Grayscale: #606060. Windows color (decimal): -13404814 or 7501107. OLE color: 7501107.

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

Color convert

RGB 51 117 114 -
CMYK 0.56 0 0.03 0.54
HSL 177.27º 0.39% 0.33% -
HSV(B) 177.27º 0.56% 0.46% -
XYZ 10.76 14.64 18.18 -
YUV 96.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 51 117 114 0.56 0 0.03 0.54 177.27 0.39 0.33
Hex 33 75 72 38 0 3 36 B1 27 21
Octal 63 165 162 70 0 3 66 261 47 41
Binary 110011 1110101 1110010 111000 0 11 110110 10110001 100111 100001

Color Harmonies of #337572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337572

Black with #337572

Text Example


Text Example

White with #337572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337572; }

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

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

background-color css

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

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

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

border-color css

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

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

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