#399972

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

Shades of Eucalyptus #399972

Tints of Eucalyptus #399972

Color information

#399972 (or 0x399972) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 72. RGB value is (57,153,114). Sum of RGB (Red+Green+Blue) = 57+153+114=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #399972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399972 is #C6668D. Grayscale: #777777. Windows color (decimal): -13002382 or 7510329. OLE color: 7510329.

HSL color Cylindrical-coordinate representation of color #399972: hue angle of 155.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399972 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB57153114-
CMYK0.6300.250.4
HSL155.62º45.71%41.18%-
HSV(B)155.62º62.75%60%-
XYZ16.1224.8719.87-
YUV119.85124.783.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=17.59%
G=47.22%
B=35.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531140.6300.250.4155.6245.7141.18
Hex3999723F019289c2e29
Octal7123116277031502345651
Binary11100110011001111001011111101100110100010011100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399972; }

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

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

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

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

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

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

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

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