#32846B

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

Shades of Viridian #32846B

Tints of Viridian #32846B

Color information

#32846B (or 0x32846B) is unknown color: approx Viridian. HEX triplet: 32, 84 and 6B. RGB value is (50,132,107). Sum of RGB (Red+Green+Blue) = 50+132+107=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #32846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32846B is #CD7B94. Grayscale: #686868. Windows color (decimal): -13466517 or 7046194. OLE color: 7046194.

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

Color convert

RGB50132107-
CMYK0.6200.190.48
HSL161.71º45.05%35.69%-
HSV(B)161.71º62.12%51.76%-
XYZ12.2218.2416.79-
YUV104.63129.3389.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=17.30%
G=45.67%
B=37.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501321070.6200.190.48161.7145.0535.69
Hex32846B3E01330a22d24
Octal6220415376023602425544
Binary11001010000100110101111111001001111000010100010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32846B; }

 p { color: rgb(50,132,107); }

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

<style>
 a { background-color: #32846B; }

 a { background-color: rgb(50,132,107); }

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

<style>
 span { border-color: #32846B; }

 span { border-color: rgb(50,132,107); }

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