#389560

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

Shades of Eucalyptus #389560

Tints of Eucalyptus #389560

Color information

#389560 (or 0x389560) is unknown color: approx Eucalyptus. HEX triplet: 38, 95 and 60. RGB value is (56,149,96). Sum of RGB (Red+Green+Blue) = 56+149+96=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #389560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389560 is #C76A9F. Grayscale: #737373. Windows color (decimal): -13068960 or 6329656. OLE color: 6329656.

HSL color Cylindrical-coordinate representation of color #389560: hue angle of 145.81º 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 #389560 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB5614996-
CMYK0.6200.360.42
HSL145.81º45.37%40.2%-
HSV(B)145.81º62.42%58.43%-
XYZ14.4923.1814.78-
YUV115.15117.1985.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=18.60%
G=49.50%
B=31.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149960.6200.360.42145.8145.3740.2
Hex3895603E0242A922d28
Octal7022514076044522225550
Binary111000100101011100000111110010010010101010010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389560; }

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

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

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

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

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

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

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

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