#33706D

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

Shades of Genoa #33706D

Tints of Genoa #33706D

Color information

#33706D (or 0x33706D) is unknown color: approx Genoa. HEX triplet: 33, 70 and 6D. RGB value is (51,112,109). Sum of RGB (Red+Green+Blue) = 51+112+109=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #33706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33706D is #CC8F92. Grayscale: #5D5D5D. Windows color (decimal): -13406099 or 7172147. OLE color: 7172147.

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

Color convert

RGB51112109-
CMYK0.5400.030.56
HSL177.05º37.42%31.96%-
HSV(B)177.05º54.46%43.92%-
XYZ9.9213.416.53-
YUV93.42136.7997.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=18.75%
G=41.18%
B=40.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121090.5400.030.56177.0537.4231.96
Hex33706D360338b12520
Octal631601556603702614540
Binary1100111110000110110111011001111100010110001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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