#33886E

Color #33886E Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #33886E

Tints of Viridian #33886E

Color information

#33886E (or 0x33886E) is unknown color: approx Viridian. HEX triplet: 33, 88 and 6E. RGB value is (51,136,110). Sum of RGB (Red+Green+Blue) = 51+136+110=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #33886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33886E is #CC7791. Grayscale: #6B6B6B. Windows color (decimal): -13399954 or 7243827. OLE color: 7243827.

HSL color Cylindrical-coordinate representation of color #33886E: hue angle of 161.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33886E is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB51136110-
CMYK0.6200.190.47
HSL161.65º45.45%36.67%-
HSV(B)161.65º62.5%53.33%-
XYZ12.9819.4417.82-
YUV107.62129.3487.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=17.17%
G=45.79%
B=37.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361100.6200.190.47161.6545.4536.67
Hex33886E3E0132Fa22d25
Octal6321015676023572425545
Binary11001110001000110111011111001001110111110100010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33886E; }

 p { color: rgb(51,136,110); }

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

<style>
 a { background-color: #33886E; }

 a { background-color: rgb(51,136,110); }

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

<style>
 span { border-color: #33886E; }

 span { border-color: rgb(51,136,110); }

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