Html Css Color HEX #32836A Viridian

📋 copy color: '#32836A'

red 50 ◦ green 131 ◦ blue 106

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

Shades of Viridian #32836A

Tints of Viridian #32836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 17.42%
G = 45.64%
B = 36.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#32836A (or 0x32836A) is known color: Viridian. HEX triplet: 32, 83 and 6A. RGB value is (50,131,106). Sum of RGB (Red+Green+Blue) = 50+131+106=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #32836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32836A is #CD7C95. Grayscale: #676767. Windows color (decimal): -13466774 or 6980402. OLE color: 6980402.

HSL color Cylindrical-coordinate representation of color #32836A: hue angle of 161.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32836A is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 106 -
CMYK 0.62 0 0.19 0.49
HSL 161.48º 0.45% 0.35% -
HSV(B) 161.48º 0.62% 0.51% -
XYZ 12.03 17.95 16.47 -
YUV 103.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 50 131 106 0.62 0 0.19 0.49 161.48 0.45 0.35
Hex 32 83 6A 3E 0 13 31 A1 2D 23
Octal 62 203 152 76 0 23 61 241 55 43
Binary 110010 10000011 1101010 111110 0 10011 110001 10100001 101101 100011

Color Harmonies of #32836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32836A

Black with #32836A

Text Example


Text Example

White with #32836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32836A;
 }
 .AnyTagClassName
 {
   color: #32836A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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