#399060

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

Shades of Eucalyptus #399060

Tints of Eucalyptus #399060

Color information

#399060 (or 0x399060) is unknown color: approx Eucalyptus. HEX triplet: 39, 90 and 60. RGB value is (57,144,96). Sum of RGB (Red+Green+Blue) = 57+144+96=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #399060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399060 is #C66F9F. Grayscale: #707070. Windows color (decimal): -13004704 or 6328377. OLE color: 6328377.

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

Color convert

RGB5714496-
CMYK0.6000.330.44
HSL146.9º43.28%39.41%-
HSV(B)146.9º60.42%56.47%-
XYZ13.7721.6614.52-
YUV112.52118.6888.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=19.19%
G=48.48%
B=32.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144960.6000.330.44146.943.2839.41
Hex3990603C0212C932b27
Octal7122014074041542235347
Binary111001100100001100000111100010000110110010010011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399060; }

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

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

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

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

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

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

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

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