#33806A

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

Shades of Genoa #33806A

Tints of Genoa #33806A

Color information

#33806A (or 0x33806A) is unknown color: approx Genoa. HEX triplet: 33, 80 and 6A. RGB value is (51,128,106). Sum of RGB (Red+Green+Blue) = 51+128+106=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #33806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33806A is #CC7F95. Grayscale: #666666. Windows color (decimal): -13402006 or 6979635. OLE color: 6979635.

HSL color Cylindrical-coordinate representation of color #33806A: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33806A is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB51128106-
CMYK0.6000.170.50
HSL162.86º43.02%35.1%-
HSV(B)162.86º60.16%50.2%-
XYZ11.6917.1816.34-
YUV102.47129.9991.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=17.89%
G=44.91%
B=37.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511281060.6000.170.50162.8643.0235.1
Hex33806A3C01132a32b23
Octal6320015274021622435343
Binary11001110000000110101011110001000111001010100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33806A; }

 p { color: rgb(51,128,106); }

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

<style>
 a { background-color: #33806A; }

 a { background-color: rgb(51,128,106); }

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

<style>
 span { border-color: #33806A; }

 span { border-color: rgb(51,128,106); }

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