#399572

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

Shades of Viridian #399572

Tints of Viridian #399572

Color information

#399572 (or 0x399572) is unknown color: approx Viridian. HEX triplet: 39, 95 and 72. RGB value is (57,149,114). Sum of RGB (Red+Green+Blue) = 57+149+114=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #399572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399572 is #C66A8D. Grayscale: #757575. Windows color (decimal): -13003406 or 7509305. OLE color: 7509305.

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

Color convert

RGB57149114-
CMYK0.6200.230.42
HSL157.17º44.66%40.39%-
HSV(B)157.17º61.74%58.43%-
XYZ15.4723.5819.66-
YUV117.5126.0284.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=17.81%
G=46.56%
B=35.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571491140.6200.230.42157.1744.6640.39
Hex3995723E0172A9d2d28
Octal7122516276027522355550
Binary11100110010101111001011111001011110101010011101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399572; }

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

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

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

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

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

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

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

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