#328463

Color #328463 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #328463

Tints of Viridian #328463

Color information

#328463 (or 0x328463) is unknown color: approx 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

RGB5013299-
CMYK0.6200.250.48
HSL155.85º45.05%35.69%-
HSV(B)155.85º62.12%51.76%-
XYZ11.8218.0814.67-
YUV103.72125.3389.68-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50132990.6200.250.48155.8545.0535.69
Hex3284633E019309c2d24
Octal6220414376031602345544
Binary11001010000100110001111111001100111000010011100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>