Html Css Color HEX #328463 Viridian

📋 copy color: '#328463'

red 50 ◦ green 132 ◦ blue 99

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

Shades of Viridian #328463

Tints of Viridian #328463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 17.79%
G = 46.98%
B = 35.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#328463 (or 0x328463) is known color: Viridian. HEX triplet: 32, 84 and 63. RGB value is (50,132,99). Sum of RGB (Red+Green+Blue) = 50+132+99=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #328463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328463 is #CD7B9C. Grayscale: #676767. Windows color (decimal): -13466525 or 6521906. OLE color: 6521906.

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

Color convert

RGB 50 132 99 -
CMYK 0.62 0 0.25 0.48
HSL 155.85º 0.45% 0.36% -
HSV(B) 155.85º 0.62% 0.52% -
XYZ 11.82 18.08 14.67 -
YUV 103.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 50 132 99 0.62 0 0.25 0.48 155.85 0.45 0.36
Hex 32 84 63 3E 0 19 30 9C 2D 24
Octal 62 204 143 76 0 31 60 234 55 44
Binary 110010 10000100 1100011 111110 0 11001 110000 10011100 101101 100100

Color Harmonies of #328463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328463

Black with #328463

Text Example


Text Example

White with #328463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328463; }

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

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

background-color css

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

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

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

border-color css

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

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

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