#328769

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

Shades of Viridian #328769

Tints of Viridian #328769

Color information

#328769 (or 0x328769) is unknown color: approx Viridian. HEX triplet: 32, 87 and 69. RGB value is (50,135,105). Sum of RGB (Red+Green+Blue) = 50+135+105=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #328769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328769 is #CD7896. Grayscale: #6A6A6A. Windows color (decimal): -13465751 or 6915890. OLE color: 6915890.

HSL color Cylindrical-coordinate representation of color #328769: hue angle of 158.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328769 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB50135105-
CMYK0.6300.220.47
HSL158.82º45.95%36.27%-
HSV(B)158.82º62.96%52.94%-
XYZ12.5319.0316.38-
YUV106.16127.3487.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=17.24%
G=46.55%
B=36.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351050.6300.220.47158.8245.9536.27
Hex3287693F0162F9f2e24
Octal6220715177026572375644
Binary11001010000111110100111111101011010111110011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328769; }

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

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

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

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

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

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

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

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