#399176

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

Shades of Viridian #399176

Tints of Viridian #399176

Color information

#399176 (or 0x399176) is unknown color: approx Viridian. HEX triplet: 39, 91 and 76. RGB value is (57,145,118). Sum of RGB (Red+Green+Blue) = 57+145+118=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #399176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399176 is #C66E89. Grayscale: #737373. Windows color (decimal): -13004426 or 7770425. OLE color: 7770425.

HSL color Cylindrical-coordinate representation of color #399176: hue angle of 161.59º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399176 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB57145118-
CMYK0.6100.190.43
HSL161.59º43.56%39.61%-
HSV(B)161.59º60.69%56.86%-
XYZ15.0822.4320.67-
YUV115.61129.3586.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=17.81%
G=45.31%
B=36.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451180.6100.190.43161.5943.5639.61
Hex3991763D0132Ba22c28
Octal7122116675023532425450
Binary11100110010001111011011110101001110101110100010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399176; }

 p { color: rgb(57,145,118); }

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

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

 a { background-color: rgb(57,145,118); }

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

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

 span { border-color: rgb(57,145,118); }

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