#33766F

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

Shades of Genoa #33766F

Tints of Genoa #33766F

Color information

#33766F (or 0x33766F) is unknown color: approx Genoa. HEX triplet: 33, 76 and 6F. RGB value is (51,118,111). Sum of RGB (Red+Green+Blue) = 51+118+111=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #33766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33766F is #CC8990. Grayscale: #616161. Windows color (decimal): -13404561 or 7304755. OLE color: 7304755.

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

Color convert

RGB51118111-
CMYK0.5700.060.54
HSL173.73º39.64%33.14%-
HSV(B)173.73º56.78%46.27%-
XYZ10.7114.8117.33-
YUV97.17135.895.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=18.21%
G=42.14%
B=39.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511181110.5700.060.54173.7339.6433.14
Hex33766F390636ae2821
Octal631661577106662565041
Binary11001111101101101111111001011011011010101110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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