#32876F

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

Shades of Viridian #32876F

Tints of Viridian #32876F

Color information

#32876F (or 0x32876F) is unknown color: approx Viridian. HEX triplet: 32, 87 and 6F. RGB value is (50,135,111). Sum of RGB (Red+Green+Blue) = 50+135+111=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #32876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32876F is #CD7890. Grayscale: #6A6A6A. Windows color (decimal): -13465745 or 7309106. OLE color: 7309106.

HSL color Cylindrical-coordinate representation of color #32876F: hue angle of 163.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32876F is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB50135111-
CMYK0.6300.180.47
HSL163.06º45.95%36.27%-
HSV(B)163.06º62.96%52.94%-
XYZ12.8519.1518.06-
YUV106.85130.3487.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=16.89%
G=45.61%
B=37.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351110.6300.180.47163.0645.9536.27
Hex32876F3F0122Fa32e24
Octal6220715777022572435644
Binary11001010000111110111111111101001010111110100011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,135,111); }

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

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

 a { background-color: rgb(50,135,111); }

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

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

 span { border-color: rgb(50,135,111); }

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