#399073

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

Shades of Viridian #399073

Tints of Viridian #399073

Color information

#399073 (or 0x399073) is unknown color: approx Viridian. HEX triplet: 39, 90 and 73. RGB value is (57,144,115). Sum of RGB (Red+Green+Blue) = 57+144+115=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #399073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399073 is #C66F8C. Grayscale: #727272. Windows color (decimal): -13004685 or 7573561. OLE color: 7573561.

HSL color Cylindrical-coordinate representation of color #399073: hue angle of 160º 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 #399073 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB57144115-
CMYK0.6000.200.44
HSL160º43.28%39.41%-
HSV(B)160º60.42%56.47%-
XYZ14.7622.0519.7-
YUV114.68128.1886.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=18.04%
G=45.57%
B=36.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441150.6000.200.4416043.2839.41
Hex3990733C0142Ca02b27
Octal7122016374024542405347
Binary11100110010000111001111110001010010110010100000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399073; }

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

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

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

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

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

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

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

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