#328770

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

Shades of Viridian #328770

Tints of Viridian #328770

Color information

#328770 (or 0x328770) is unknown color: approx Viridian. HEX triplet: 32, 87 and 70. RGB value is (50,135,112). Sum of RGB (Red+Green+Blue) = 50+135+112=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #328770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328770 is #CD788F. Grayscale: #6A6A6A. Windows color (decimal): -13465744 or 7374642. OLE color: 7374642.

HSL color Cylindrical-coordinate representation of color #328770: hue angle of 163.76º 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 #328770 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB50135112-
CMYK0.6300.170.47
HSL163.76º45.95%36.27%-
HSV(B)163.76º62.96%52.94%-
XYZ12.919.1818.35-
YUV106.96130.8487.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=16.84%
G=45.45%
B=37.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351120.6300.170.47163.7645.9536.27
Hex3287703F0112Fa42e24
Octal6220716077021572445644
Binary11001010000111111000011111101000110111110100100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328770; }

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

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

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

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

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

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

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

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