#33706E

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

Shades of Genoa #33706E

Tints of Genoa #33706E

Color information

#33706E (or 0x33706E) is unknown color: approx Genoa. HEX triplet: 33, 70 and 6E. RGB value is (51,112,110). Sum of RGB (Red+Green+Blue) = 51+112+110=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #33706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33706E is #CC8F91. Grayscale: #5D5D5D. Windows color (decimal): -13406098 or 7237683. OLE color: 7237683.

HSL color Cylindrical-coordinate representation of color #33706E: hue angle of 178.03º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33706E is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB51112110-
CMYK0.5400.020.56
HSL178.03º37.42%31.96%-
HSV(B)178.03º54.46%43.92%-
XYZ9.9713.4216.82-
YUV93.53137.2997.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=18.68%
G=41.03%
B=40.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121100.5400.020.56178.0337.4231.96
Hex33706E360238b22520
Octal631601566602702624540
Binary1100111110000110111011011001011100010110010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,112,110); }

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

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

 a { background-color: rgb(51,112,110); }

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

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

 span { border-color: rgb(51,112,110); }

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