#399964

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

Shades of Eucalyptus #399964

Tints of Eucalyptus #399964

Color information

#399964 (or 0x399964) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 64. RGB value is (57,153,100). Sum of RGB (Red+Green+Blue) = 57+153+100=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #399964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399964 is #C6669B. Grayscale: #767676. Windows color (decimal): -13002396 or 6592825. OLE color: 6592825.

HSL color Cylindrical-coordinate representation of color #399964: hue angle of 146.88º 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 #399964 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB57153100-
CMYK0.6300.350.4
HSL146.88º45.71%41.18%-
HSV(B)146.88º62.75%60%-
XYZ15.3824.5715.99-
YUV118.25117.784.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=18.39%
G=49.35%
B=32.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531000.6300.350.4146.8845.7141.18
Hex3999643F02328932e29
Octal7123114477043502235651
Binary111001100110011100100111111010001110100010010011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399964; }

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

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

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

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

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

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

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

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