#33765E

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

Shades of Genoa #33765E

Tints of Genoa #33765E

Color information

#33765E (or 0x33765E) is unknown color: approx Genoa. HEX triplet: 33, 76 and 5E. RGB value is (51,118,94). Sum of RGB (Red+Green+Blue) = 51+118+94=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #33765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33765E is #CC89A1. Grayscale: #5F5F5F. Windows color (decimal): -13404578 or 6190643. OLE color: 6190643.

HSL color Cylindrical-coordinate representation of color #33765E: hue angle of 158.51º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33765E is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB5111894-
CMYK0.5700.200.54
HSL158.51º39.64%33.14%-
HSV(B)158.51º56.78%46.27%-
XYZ9.8614.4712.86-
YUV95.23127.396.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=19.39%
G=44.87%
B=35.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118940.5700.200.54158.5139.6433.14
Hex33765E39014369f2821
Octal6316613671024662375041
Binary1100111110110101111011100101010011011010011111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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