#328269

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

Shades of Viridian #328269

Tints of Viridian #328269

Color information

#328269 (or 0x328269) is unknown color: approx Viridian. HEX triplet: 32, 82 and 69. RGB value is (50,130,105). Sum of RGB (Red+Green+Blue) = 50+130+105=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #328269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328269 is #CD7D96. Grayscale: #676767. Windows color (decimal): -13467031 or 6914610. OLE color: 6914610.

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

Color convert

RGB50130105-
CMYK0.6200.190.49
HSL161.25º44.44%35.29%-
HSV(B)161.25º61.54%50.98%-
XYZ11.8517.6616.15-
YUV103.2312990.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=17.54%
G=45.61%
B=36.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501301050.6200.190.49161.2544.4435.29
Hex3282693E01331a12c23
Octal6220215176023612415443
Binary11001010000010110100111111001001111000110100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328269; }

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

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

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

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

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

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

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

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