#389B60

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

Shades of Eucalyptus #389B60

Tints of Eucalyptus #389B60

Color information

#389B60 (or 0x389B60) is unknown color: approx Eucalyptus. HEX triplet: 38, 9B and 60. RGB value is (56,155,96). Sum of RGB (Red+Green+Blue) = 56+155+96=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #389B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B60 is #C7649F. Grayscale: #767676. Windows color (decimal): -13067424 or 6331192. OLE color: 6331192.

HSL color Cylindrical-coordinate representation of color #389B60: hue angle of 144.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B60 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB5615596-
CMYK0.6400.380.39
HSL144.24º46.92%41.37%-
HSV(B)144.24º63.87%60.78%-
XYZ15.4625.1315.1-
YUV118.67115.283.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 155 (60.94% from 255) = 50.49%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=18.24%
G=50.49%
B=31.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155960.6400.380.39144.2446.9241.37
Hex389B604002627902f29
Octal70233140100046472205751
Binary1110001001101111000001000000010011010011110010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389B60; }

 p { color: rgb(56,155,96); }

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

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

 a { background-color: rgb(56,155,96); }

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

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

 span { border-color: rgb(56,155,96); }

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