#328670

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

Shades of Viridian #328670

Tints of Viridian #328670

Color information

#328670 (or 0x328670) is unknown color: approx Viridian. HEX triplet: 32, 86 and 70. RGB value is (50,134,112). Sum of RGB (Red+Green+Blue) = 50+134+112=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #328670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328670 is #CD798F. Grayscale: #6A6A6A. Windows color (decimal): -13466000 or 7374386. OLE color: 7374386.

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

Color convert

RGB50134112-
CMYK0.6300.160.47
HSL164.29º45.65%36.08%-
HSV(B)164.29º62.69%52.55%-
XYZ12.7718.918.3-
YUV106.38131.1787.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=16.89%
G=45.27%
B=37.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501341120.6300.160.47164.2945.6536.08
Hex3286703F0102Fa42e24
Octal6220616077020572445644
Binary11001010000110111000011111101000010111110100100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328670; }

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

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

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

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

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

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

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

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