#328466

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

Shades of Viridian #328466

Tints of Viridian #328466

Color information

#328466 (or 0x328466) is unknown color: approx Viridian. HEX triplet: 32, 84 and 66. RGB value is (50,132,102). Sum of RGB (Red+Green+Blue) = 50+132+102=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #328466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328466 is #CD7B99. Grayscale: #686868. Windows color (decimal): -13466522 or 6718514. OLE color: 6718514.

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

Color convert

RGB50132102-
CMYK0.6200.230.48
HSL158.05º45.05%35.69%-
HSV(B)158.05º62.12%51.76%-
XYZ11.9618.1415.44-
YUV104.06126.8389.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=17.61%
G=46.48%
B=35.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501321020.6200.230.48158.0545.0535.69
Hex3284663E017309e2d24
Octal6220414676027602365544
Binary11001010000100110011011111001011111000010011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328466; }

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

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

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

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

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

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

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

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