#399A5E

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

Shades of Eucalyptus #399A5E

Tints of Eucalyptus #399A5E

Color information

#399A5E (or 0x399A5E) is unknown color: approx Eucalyptus. HEX triplet: 39, 9A and 5E. RGB value is (57,154,94). Sum of RGB (Red+Green+Blue) = 57+154+94=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #399A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399A5E is #C665A1. Grayscale: #767676. Windows color (decimal): -13002146 or 6199865. OLE color: 6199865.

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

Color convert

RGB5715494-
CMYK0.6300.390.40
HSL142.89º45.97%41.37%-
HSV(B)142.89º62.99%60.39%-
XYZ15.2624.7914.57-
YUV118.16114.3684.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=18.69%
G=50.49%
B=30.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57154940.6300.390.40142.8945.9741.37
Hex399A5E3F027288f2e29
Octal7123213677047502175651
Binary111001100110101011110111111010011110100010001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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