#389360

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

Shades of Eucalyptus #389360

Tints of Eucalyptus #389360

Color information

#389360 (or 0x389360) is unknown color: approx Eucalyptus. HEX triplet: 38, 93 and 60. RGB value is (56,147,96). Sum of RGB (Red+Green+Blue) = 56+147+96=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #389360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389360 is #C76C9F. Grayscale: #727272. Windows color (decimal): -13069472 or 6329144. OLE color: 6329144.

HSL color Cylindrical-coordinate representation of color #389360: hue angle of 146.37º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389360 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB5614796-
CMYK0.6200.350.42
HSL146.37º44.83%39.8%-
HSV(B)146.37º61.9%57.65%-
XYZ14.1822.5514.67-
YUV113.98117.8586.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=18.73%
G=49.16%
B=32.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147960.6200.350.42146.3744.8339.8
Hex3893603E0232A922d28
Octal7022314076043522225550
Binary111000100100111100000111110010001110101010010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389360; }

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

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

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

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

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

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

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

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