#399373

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

Shades of Viridian #399373

Tints of Viridian #399373

Color information

#399373 (or 0x399373) is unknown color: approx Viridian. HEX triplet: 39, 93 and 73. RGB value is (57,147,115). Sum of RGB (Red+Green+Blue) = 57+147+115=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #399373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399373 is #C66C8C. Grayscale: #747474. Windows color (decimal): -13003917 or 7574329. OLE color: 7574329.

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

Color convert

RGB57147115-
CMYK0.6100.220.42
HSL158.67º44.12%40%-
HSV(B)158.67º61.22%57.65%-
XYZ15.2222.9819.85-
YUV116.44127.1885.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 147 (57.81% from 255) = 46.08%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=17.87%
G=46.08%
B=36.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571471150.6100.220.42158.6744.1240
Hex3993733D0162A9f2c28
Octal7122316375026522375450
Binary11100110010011111001111110101011010101010011111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399373; }

 p { color: rgb(57,147,115); }

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

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

 a { background-color: rgb(57,147,115); }

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

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

 span { border-color: rgb(57,147,115); }

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