Html Css Color HEX #32846A Viridian

📋 copy color: '#32846A'

red 50 ◦ green 132 ◦ blue 106

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

Shades of Viridian #32846A

Tints of Viridian #32846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.83%

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

R = 17.36%
G = 45.83%
B = 36.81%

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

#32846A (or 0x32846A) is known color: Viridian. HEX triplet: 32, 84 and 6A. RGB value is (50,132,106). Sum of RGB (Red+Green+Blue) = 50+132+106=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #32846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32846A is #CD7B95. Grayscale: #686868. Windows color (decimal): -13466518 or 6980658. OLE color: 6980658.

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

Color convert

RGB 50 132 106 -
CMYK 0.62 0 0.20 0.48
HSL 160.98º 0.45% 0.36% -
HSV(B) 160.98º 0.62% 0.52% -
XYZ 12.17 18.22 16.51 -
YUV 104.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 50 132 106 0.62 0 0.20 0.48 160.98 0.45 0.36
Hex 32 84 6A 3E 0 14 30 A1 2D 24
Octal 62 204 152 76 0 24 60 241 55 44
Binary 110010 10000100 1101010 111110 0 10100 110000 10100001 101101 100100

Color Harmonies of #32846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32846A

Black with #32846A

Text Example


Text Example

White with #32846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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