#32856D

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

Shades of Viridian #32856D

Tints of Viridian #32856D

Color information

#32856D (or 0x32856D) is unknown color: approx Viridian. HEX triplet: 32, 85 and 6D. RGB value is (50,133,109). Sum of RGB (Red+Green+Blue) = 50+133+109=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #32856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32856D is #CD7A92. Grayscale: #696969. Windows color (decimal): -13466259 or 7177522. OLE color: 7177522.

HSL color Cylindrical-coordinate representation of color #32856D: hue angle of 162.65º 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 #32856D is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB50133109-
CMYK0.6200.180.48
HSL162.65º45.36%35.88%-
HSV(B)162.65º62.41%52.16%-
XYZ12.4618.5617.39-
YUV105.4513088.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=17.12%
G=45.55%
B=37.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501331090.6200.180.48162.6545.3635.88
Hex32856D3E01230a32d24
Octal6220515576022602435544
Binary11001010000101110110111111001001011000010100011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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