#328266

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

Shades of Viridian #328266

Tints of Viridian #328266

Color information

#328266 (or 0x328266) is unknown color: approx Viridian. HEX triplet: 32, 82 and 66. RGB value is (50,130,102). Sum of RGB (Red+Green+Blue) = 50+130+102=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #328266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328266 is #CD7D99. Grayscale: #666666. Windows color (decimal): -13467034 or 6718002. OLE color: 6718002.

HSL color Cylindrical-coordinate representation of color #328266: hue angle of 159º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328266 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB50130102-
CMYK0.6200.220.49
HSL159º44.44%35.29%-
HSV(B)159º61.54%50.98%-
XYZ11.717.615.35-
YUV102.89127.590.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=17.73%
G=46.10%
B=36.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501301020.6200.220.4915944.4435.29
Hex3282663E016319f2c23
Octal6220214676026612375443
Binary11001010000010110011011111001011011000110011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328266; }

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

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

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

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

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

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

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

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