#399968

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

Shades of Eucalyptus #399968

Tints of Eucalyptus #399968

Color information

#399968 (or 0x399968) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 68. RGB value is (57,153,104). Sum of RGB (Red+Green+Blue) = 57+153+104=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #399968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399968 is #C66697. Grayscale: #767676. Windows color (decimal): -13002392 or 6854969. OLE color: 6854969.

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

Color convert

RGB57153104-
CMYK0.6300.320.4
HSL149.38º45.71%41.18%-
HSV(B)149.38º62.75%60%-
XYZ15.5824.6517.03-
YUV118.71119.783.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=18.15%
G=48.73%
B=33.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531040.6300.320.4149.3845.7141.18
Hex3999683F02028952e29
Octal7123115077040502255651
Binary111001100110011101000111111010000010100010010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399968; }

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

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

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

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

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

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

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

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