#399272

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

Shades of Viridian #399272

Tints of Viridian #399272

Color information

#399272 (or 0x399272) is unknown color: approx Viridian. HEX triplet: 39, 92 and 72. RGB value is (57,146,114). Sum of RGB (Red+Green+Blue) = 57+146+114=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #399272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399272 is #C66D8D. Grayscale: #737373. Windows color (decimal): -13004174 or 7508537. OLE color: 7508537.

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

Color convert

RGB57146114-
CMYK0.6100.220.43
HSL158.43º43.84%39.8%-
HSV(B)158.43º60.96%57.25%-
XYZ1522.6419.5-
YUV115.74127.0186.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.98%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=17.98%
G=46.06%
B=35.96%

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
Decimal571461140.6100.220.43158.4343.8439.8
Hex3992723D0162B9e2c28
Octal7122216275026532365450
Binary11100110010010111001011110101011010101110011110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399272; }

 p { color: rgb(57,146,114); }

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

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

 a { background-color: rgb(57,146,114); }

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

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

 span { border-color: rgb(57,146,114); }

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