Html Css Color HEX #32886B Viridian

📋 copy color: '#32886B'

red 50 ◦ green 136 ◦ blue 107

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

Shades of Viridian #32886B

Tints of Viridian #32886B

RGB

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

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

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

R = 17.06%
G = 46.42%
B = 36.52%

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

#32886B (or 0x32886B) is known color: Viridian. HEX triplet: 32, 88 and 6B. RGB value is (50,136,107). Sum of RGB (Red+Green+Blue) = 50+136+107=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #32886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32886B is #CD7794. Grayscale: #6B6B6B. Windows color (decimal): -13465493 or 7047218. OLE color: 7047218.

HSL color Cylindrical-coordinate representation of color #32886B: hue angle of 159.77º 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 #32886B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 107 -
CMYK 0.63 0 0.21 0.47
HSL 159.77º 0.46% 0.36% -
HSV(B) 159.77º 0.63% 0.53% -
XYZ 12.77 19.35 16.97 -
YUV 106.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 50 136 107 0.63 0 0.21 0.47 159.77 0.46 0.36
Hex 32 88 6B 3F 0 15 2F A0 2E 24
Octal 62 210 153 77 0 25 57 240 56 44
Binary 110010 10001000 1101011 111111 0 10101 101111 10100000 101110 100100

Color Harmonies of #32886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32886B

Black with #32886B

Text Example


Text Example

White with #32886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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