Html Css Color HEX #32886C Viridian

📋 copy color: '#32886C'

red 50 ◦ green 136 ◦ blue 108

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

Shades of Viridian #32886C

Tints of Viridian #32886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.26%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 17.01%
G = 46.26%
B = 36.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#32886C (or 0x32886C) is known color: Viridian. HEX triplet: 32, 88 and 6C. RGB value is (50,136,108). Sum of RGB (Red+Green+Blue) = 50+136+108=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #32886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32886C is #CD7793. Grayscale: #6B6B6B. Windows color (decimal): -13465492 or 7112754. OLE color: 7112754.

HSL color Cylindrical-coordinate representation of color #32886C: hue angle of 160.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32886C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 108 -
CMYK 0.63 0 0.21 0.47
HSL 160.47º 0.46% 0.36% -
HSV(B) 160.47º 0.63% 0.53% -
XYZ 12.83 19.37 17.25 -
YUV 107.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 50 136 108 0.63 0 0.21 0.47 160.47 0.46 0.36
Hex 32 88 6C 3F 0 15 2F A0 2E 24
Octal 62 210 154 77 0 25 57 240 56 44
Binary 110010 10001000 1101100 111111 0 10101 101111 10100000 101110 100100

Color Harmonies of #32886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32886C

Black with #32886C

Text Example


Text Example

White with #32886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32886C; }

 p { color: rgb(50,136,108); }

 H1.HeaderClassName
 {
   color: #32886C;
 }
 .AnyTagClassName
 {
   color: #32886C;
 }
</style>

background-color css

<style>
 a { background-color: #32886C; }

 a { background-color: rgb(50,136,108); }

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

border-color css

<style>
 span { border-color: #32886C; }

 span { border-color: rgb(50,136,108); }

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