#328062

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

Shades of Viridian #328062

Tints of Viridian #328062

Color information

#328062 (or 0x328062) is unknown color: approx Viridian. HEX triplet: 32, 80 and 62. RGB value is (50,128,98). Sum of RGB (Red+Green+Blue) = 50+128+98=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #328062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328062 is #CD7F9D. Grayscale: #656565. Windows color (decimal): -13467550 or 6455346. OLE color: 6455346.

HSL color Cylindrical-coordinate representation of color #328062: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328062 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5012898-
CMYK0.6100.230.50
HSL156.92º43.82%34.9%-
HSV(B)156.92º60.94%50.2%-
XYZ11.241714.24-
YUV101.26126.1691.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=18.12%
G=46.38%
B=35.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128980.6100.230.50156.9243.8234.9
Hex3280623D017329d2c23
Octal6220014275027622355443
Binary11001010000000110001011110101011111001010011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328062; }

 p { color: rgb(50,128,98); }

 H1.HeaderClassName
 {
   color: #328062;
 }
 .AnyTagClassName
 {
   color: #328062;
 }
</style>
background-color css

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

 a { background-color: rgb(50,128,98); }

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

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

 span { border-color: rgb(50,128,98); }

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