Html Css Color HEX #32856D Viridian

📋 copy color: '#32856D'

red 50 ◦ green 133 ◦ blue 109

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

Shades of Viridian #32856D

Tints of Viridian #32856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 17.12%
G = 45.55%
B = 37.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#32856D (or 0x32856D) is known color: Viridian. HEX triplet: 32, 85 and 6D. RGB value is (50,133,109). Sum of RGB (Red+Green+Blue) = 50+133+109=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #32856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32856D is #CD7A92. Grayscale: #696969. Windows color (decimal): -13466259 or 7177522. OLE color: 7177522.

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

Color convert

RGB 50 133 109 -
CMYK 0.62 0 0.18 0.48
HSL 162.65º 0.45% 0.36% -
HSV(B) 162.65º 0.62% 0.52% -
XYZ 12.46 18.56 17.39 -
YUV 105.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 50 133 109 0.62 0 0.18 0.48 162.65 0.45 0.36
Hex 32 85 6D 3E 0 12 30 A3 2D 24
Octal 62 205 155 76 0 22 60 243 55 44
Binary 110010 10000101 1101101 111110 0 10010 110000 10100011 101101 100100

Color Harmonies of #32856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32856D

Black with #32856D

Text Example


Text Example

White with #32856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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