#33706F

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

Shades of Genoa #33706F

Tints of Genoa #33706F

Color information

#33706F (or 0x33706F) is unknown color: approx Genoa. HEX triplet: 33, 70 and 6F. RGB value is (51,112,111). Sum of RGB (Red+Green+Blue) = 51+112+111=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #33706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33706F is #CC8F90. Grayscale: #5D5D5D. Windows color (decimal): -13406097 or 7303219. OLE color: 7303219.

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

Color convert

RGB51112111-
CMYK0.5400.010.56
HSL179.02º37.42%31.96%-
HSV(B)179.02º54.46%43.92%-
XYZ10.0313.4417.1-
YUV93.65137.7997.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=18.61%
G=40.88%
B=40.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121110.5400.010.56179.0237.4231.96
Hex33706F360138b32520
Octal631601576601702634540
Binary110011111000011011111101100111100010110011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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