#33755F

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

Shades of Genoa #33755F

Tints of Genoa #33755F

Color information

#33755F (or 0x33755F) is unknown color: approx Genoa. HEX triplet: 33, 75 and 5F. RGB value is (51,117,95). Sum of RGB (Red+Green+Blue) = 51+117+95=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #33755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33755F is #CC8AA0. Grayscale: #5E5E5E. Windows color (decimal): -13404833 or 6255923. OLE color: 6255923.

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

Color convert

RGB5111795-
CMYK0.5600.190.54
HSL160º39.29%32.94%-
HSV(B)160º56.41%45.88%-
XYZ9.7914.2513.06-
YUV94.76128.1396.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=19.39%
G=44.49%
B=36.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117950.5600.190.5416039.2932.94
Hex33755F3801336a02721
Octal6316513770023662404741
Binary1100111110101101111111100001001111011010100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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