#32856A

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

Shades of Viridian #32856A

Tints of Viridian #32856A

Color information

#32856A (or 0x32856A) is unknown color: approx Viridian. HEX triplet: 32, 85 and 6A. RGB value is (50,133,106). Sum of RGB (Red+Green+Blue) = 50+133+106=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #32856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32856A is #CD7A95. Grayscale: #696969. Windows color (decimal): -13466262 or 6980914. OLE color: 6980914.

HSL color Cylindrical-coordinate representation of color #32856A: hue angle of 160.48º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32856A is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB50133106-
CMYK0.6200.200.48
HSL160.48º45.36%35.88%-
HSV(B)160.48º62.41%52.16%-
XYZ12.318.4916.56-
YUV105.1128.588.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=17.30%
G=46.02%
B=36.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501331060.6200.200.48160.4845.3635.88
Hex32856A3E01430a02d24
Octal6220515276024602405544
Binary11001010000101110101011111001010011000010100000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,133,106); }

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

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

 a { background-color: rgb(50,133,106); }

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

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

 span { border-color: rgb(50,133,106); }

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