#33756C

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

Shades of Genoa #33756C

Tints of Genoa #33756C

Color information

#33756C (or 0x33756C) is unknown color: approx Genoa. HEX triplet: 33, 75 and 6C. RGB value is (51,117,108). Sum of RGB (Red+Green+Blue) = 51+117+108=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #33756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33756C is #CC8A93. Grayscale: #606060. Windows color (decimal): -13404820 or 7107891. OLE color: 7107891.

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

Color convert

RGB51117108-
CMYK0.5600.080.54
HSL171.82º39.29%32.94%-
HSV(B)171.82º56.41%45.88%-
XYZ10.4314.5116.44-
YUV96.24134.6395.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=18.48%
G=42.39%
B=39.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511171080.5600.080.54171.8239.2932.94
Hex33756C380836ac2721
Octal6316515470010662544741
Binary110011111010111011001110000100011011010101100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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