#33756D

Color #33756D Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #33756D

Tints of Genoa #33756D

Color information

#33756D (or 0x33756D) is unknown color: approx Genoa. HEX triplet: 33, 75 and 6D. RGB value is (51,117,109). Sum of RGB (Red+Green+Blue) = 51+117+109=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #33756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756D is #CC8A92. Grayscale: #606060. Windows color (decimal): -13404819 or 7173427. OLE color: 7173427.

HSL color Cylindrical-coordinate representation of color #33756D: hue angle of 172.73º 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 #33756D is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB51117109-
CMYK0.5600.070.54
HSL172.73º39.29%32.94%-
HSV(B)172.73º56.41%45.88%-
XYZ10.4914.5316.72-
YUV96.35135.1395.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=18.41%
G=42.24%
B=39.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511171090.5600.070.54172.7339.2932.94
Hex33756D380736ad2721
Octal631651557007662554741
Binary11001111101011101101111000011111011010101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33756D; }

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

 H1.HeaderClassName
 {
   color: #33756D;
 }
 .AnyTagClassName
 {
   color: #33756D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #33756D;
 }
 .BgClassName
 {
   background-color: #33756D;
 }
</style>
border-color css

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

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

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