#399B5D

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

Shades of Eucalyptus #399B5D

Tints of Eucalyptus #399B5D

Color information

#399B5D (or 0x399B5D) is unknown color: approx Eucalyptus. HEX triplet: 39, 9B and 5D. RGB value is (57,155,93). Sum of RGB (Red+Green+Blue) = 57+155+93=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #399B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399B5D is #C664A2. Grayscale: #767676. Windows color (decimal): -13001891 or 6134585. OLE color: 6134585.

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

Color convert

RGB5715593-
CMYK0.6300.40.39
HSL142.04º46.23%41.57%-
HSV(B)142.04º63.23%60.78%-
XYZ15.3825.114.39-
YUV118.63113.5384.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 155 (60.94% from 255) = 50.82%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=18.69%
G=50.82%
B=30.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57155930.6300.40.39142.0446.2341.57
Hex399B5D3F028278e2e2a
Octal7123313577050472165652
Binary111001100110111011101111111010100010011110001110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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