#33785F

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

Shades of Genoa #33785F

Tints of Genoa #33785F

Color information

#33785F (or 0x33785F) is unknown color: approx Genoa. HEX triplet: 33, 78 and 5F. RGB value is (51,120,95). Sum of RGB (Red+Green+Blue) = 51+120+95=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #33785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33785F is #CC87A0. Grayscale: #606060. Windows color (decimal): -13404065 or 6256691. OLE color: 6256691.

HSL color Cylindrical-coordinate representation of color #33785F: hue angle of 158.26º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33785F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5112095-
CMYK0.5800.210.53
HSL158.26º40.35%33.53%-
HSV(B)158.26º57.5%47.06%-
XYZ10.1514.9613.18-
YUV96.52127.1495.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=19.17%
G=45.11%
B=35.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120950.5800.210.53158.2640.3533.53
Hex33785F3A015359e2822
Octal6317013772025652365042
Binary1100111111000101111111101001010111010110011110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33785F; }

 p { color: rgb(51,120,95); }

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

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

 a { background-color: rgb(51,120,95); }

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

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

 span { border-color: rgb(51,120,95); }

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