#33735E

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

Shades of Genoa #33735E

Tints of Genoa #33735E

Color information

#33735E (or 0x33735E) is unknown color: approx Genoa. HEX triplet: 33, 73 and 5E. RGB value is (51,115,94). Sum of RGB (Red+Green+Blue) = 51+115+94=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #33735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33735E is #CC8CA1. Grayscale: #5D5D5D. Windows color (decimal): -13405346 or 6189875. OLE color: 6189875.

HSL color Cylindrical-coordinate representation of color #33735E: hue angle of 160.31º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33735E is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5111594-
CMYK0.5600.180.55
HSL160.31º38.55%32.55%-
HSV(B)160.31º55.65%45.1%-
XYZ9.5213.7712.75-
YUV93.47128.397.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=19.62%
G=44.23%
B=36.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115940.5600.180.55160.3138.5532.55
Hex33735E3801237a02721
Octal6316313670022672404741
Binary1100111110011101111011100001001011011110100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33735E; }

 p { color: rgb(51,115,94); }

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

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

 a { background-color: rgb(51,115,94); }

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

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

 span { border-color: rgb(51,115,94); }

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