#399B5E

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

Shades of Eucalyptus #399B5E

Tints of Eucalyptus #399B5E

Color information

#399B5E (or 0x399B5E) is unknown color: approx Eucalyptus. HEX triplet: 39, 9B and 5E. RGB value is (57,155,94). Sum of RGB (Red+Green+Blue) = 57+155+94=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #399B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399B5E is #C664A1. Grayscale: #767676. Windows color (decimal): -13001890 or 6200121. OLE color: 6200121.

HSL color Cylindrical-coordinate representation of color #399B5E: hue angle of 142.65º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B5E is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB5715594-
CMYK0.6300.390.39
HSL142.65º46.23%41.57%-
HSV(B)142.65º63.23%60.78%-
XYZ15.4325.1214.63-
YUV118.74114.0383.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 155 (60.94% from 255) = 50.65%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=18.63%
G=50.65%
B=30.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155940.6300.390.39142.6546.2341.57
Hex399B5E3F027278f2e2a
Octal7123313677047472175652
Binary111001100110111011110111111010011110011110001111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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