#328064

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

Shades of Viridian #328064

Tints of Viridian #328064

Color information

#328064 (or 0x328064) is unknown color: approx Viridian. HEX triplet: 32, 80 and 64. RGB value is (50,128,100). Sum of RGB (Red+Green+Blue) = 50+128+100=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #328064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328064 is #CD7F9B. Grayscale: #656565. Windows color (decimal): -13467548 or 6586418. OLE color: 6586418.

HSL color Cylindrical-coordinate representation of color #328064: hue angle of 158.46º 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 #328064 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB50128100-
CMYK0.6100.220.50
HSL158.46º43.82%34.9%-
HSV(B)158.46º60.94%50.2%-
XYZ11.3317.0414.75-
YUV101.49127.1691.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=17.99%
G=46.04%
B=35.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501281000.6100.220.50158.4643.8234.9
Hex3280643D016329e2c23
Octal6220014475026622365443
Binary11001010000000110010011110101011011001010011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328064; }

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

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

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

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

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

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

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

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