#399864

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

Shades of Eucalyptus #399864

Tints of Eucalyptus #399864

Color information

#399864 (or 0x399864) is unknown color: approx Eucalyptus. HEX triplet: 39, 98 and 64. RGB value is (57,152,100). Sum of RGB (Red+Green+Blue) = 57+152+100=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #399864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399864 is #C6679B. Grayscale: #757575. Windows color (decimal): -13002652 or 6592569. OLE color: 6592569.

HSL color Cylindrical-coordinate representation of color #399864: hue angle of 147.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399864 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB57152100-
CMYK0.6200.340.40
HSL147.16º45.45%40.98%-
HSV(B)147.16º62.5%59.61%-
XYZ15.2224.2515.93-
YUV117.67118.0384.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=18.45%
G=49.19%
B=32.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571521000.6200.340.40147.1645.4540.98
Hex3998643E02228932d29
Octal7123014476042502235551
Binary111001100110001100100111110010001010100010010011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399864; }

 p { color: rgb(57,152,100); }

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

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

 a { background-color: rgb(57,152,100); }

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

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

 span { border-color: rgb(57,152,100); }

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