#399171

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

Shades of Viridian #399171

Tints of Viridian #399171

Color information

#399171 (or 0x399171) is unknown color: approx Viridian. HEX triplet: 39, 91 and 71. RGB value is (57,145,113). Sum of RGB (Red+Green+Blue) = 57+145+113=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #399171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399171 is #C66E8E. Grayscale: #737373. Windows color (decimal): -13004431 or 7442745. OLE color: 7442745.

HSL color Cylindrical-coordinate representation of color #399171: hue angle of 158.18º 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 #399171 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB57145113-
CMYK0.6100.220.43
HSL158.18º43.56%39.61%-
HSV(B)158.18º60.69%56.86%-
XYZ14.7922.3119.15-
YUV115.04126.8586.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=18.10%
G=46.03%
B=35.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451130.6100.220.43158.1843.5639.61
Hex3991713D0162B9e2c28
Octal7122116175026532365450
Binary11100110010001111000111110101011010101110011110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399171; }

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

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

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

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

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

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

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

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