#33706C

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

Shades of Genoa #33706C

Tints of Genoa #33706C

Color information

#33706C (or 0x33706C) is unknown color: approx Genoa. HEX triplet: 33, 70 and 6C. RGB value is (51,112,108). Sum of RGB (Red+Green+Blue) = 51+112+108=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #33706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33706C is #CC8F93. Grayscale: #5D5D5D. Windows color (decimal): -13406100 or 7106611. OLE color: 7106611.

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

Color convert

RGB51112108-
CMYK0.5400.040.56
HSL176.07º37.42%31.96%-
HSV(B)176.07º54.46%43.92%-
XYZ9.8713.3716.25-
YUV93.3136.2997.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=18.82%
G=41.33%
B=39.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121080.5400.040.56176.0737.4231.96
Hex33706C360438b02520
Octal631601546604702604540
Binary11001111100001101100110110010011100010110000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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