Html Css Color HEX #32856B Viridian

📋 copy color: '#32856B'

red 50 ◦ green 133 ◦ blue 107

#32856B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #32856B

Tints of Viridian #32856B

RGB

 RED value IS 50 (19.92% from 255) = 17.24%

 GREEN value IS 133 (52.34% from 255) = 45.86%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 17.24%
G = 45.86%
B = 36.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#32856B (or 0x32856B) is known color: Viridian. HEX triplet: 32, 85 and 6B. RGB value is (50,133,107). Sum of RGB (Red+Green+Blue) = 50+133+107=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #32856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32856B is #CD7A94. Grayscale: #696969. Windows color (decimal): -13466261 or 7046450. OLE color: 7046450.

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

Color convert

RGB 50 133 107 -
CMYK 0.62 0 0.20 0.48
HSL 161.2º 0.45% 0.36% -
HSV(B) 161.2º 0.62% 0.52% -
XYZ 12.36 18.51 16.83 -
YUV 105.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 50 133 107 0.62 0 0.20 0.48 161.2 0.45 0.36
Hex 32 85 6B 3E 0 14 30 A1 2D 24
Octal 62 205 153 76 0 24 60 241 55 44
Binary 110010 10000101 1101011 111110 0 10100 110000 10100001 101101 100100

Color Harmonies of #32856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32856B

Black with #32856B

Text Example


Text Example

White with #32856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32856B;
 }
 .AnyTagClassName
 {
   color: #32856B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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