#399A5D

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

Shades of Eucalyptus #399A5D

Tints of Eucalyptus #399A5D

Color information

#399A5D (or 0x399A5D) is unknown color: approx Eucalyptus. HEX triplet: 39, 9A and 5D. RGB value is (57,154,93). Sum of RGB (Red+Green+Blue) = 57+154+93=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #399A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A5D is #C665A2. Grayscale: #767676. Windows color (decimal): -13002147 or 6134329. OLE color: 6134329.

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

Color convert

RGB5715493-
CMYK0.6300.400.40
HSL142.27º45.97%41.37%-
HSV(B)142.27º62.99%60.39%-
XYZ15.2224.7714.34-
YUV118.04113.8684.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 154 (60.55% from 255) = 50.66%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=18.75%
G=50.66%
B=30.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57154930.6300.400.40142.2745.9741.37
Hex399A5D3F028288e2e29
Octal7123213577050502165651
Binary111001100110101011101111111010100010100010001110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399A5D; }

 p { color: rgb(57,154,93); }

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

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

 a { background-color: rgb(57,154,93); }

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

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

 span { border-color: rgb(57,154,93); }

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