#399074

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

Shades of Viridian #399074

Tints of Viridian #399074

Color information

#399074 (or 0x399074) is unknown color: approx Viridian. HEX triplet: 39, 90 and 74. RGB value is (57,144,116). Sum of RGB (Red+Green+Blue) = 57+144+116=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #399074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399074 is #C66F8B. Grayscale: #727272. Windows color (decimal): -13004684 or 7639097. OLE color: 7639097.

HSL color Cylindrical-coordinate representation of color #399074: hue angle of 160.69º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399074 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB57144116-
CMYK0.6000.190.44
HSL160.69º43.28%39.41%-
HSV(B)160.69º60.42%56.47%-
XYZ14.8122.0820-
YUV114.8128.6886.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.98%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=17.98%
G=45.43%
B=36.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441160.6000.190.44160.6943.2839.41
Hex3990743C0132Ca12b27
Octal7122016474023542415347
Binary11100110010000111010011110001001110110010100001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399074; }

 p { color: rgb(57,144,116); }

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

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

 a { background-color: rgb(57,144,116); }

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

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

 span { border-color: rgb(57,144,116); }

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