#389561

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

Shades of Eucalyptus #389561

Tints of Eucalyptus #389561

Color information

#389561 (or 0x389561) is unknown color: approx Eucalyptus. HEX triplet: 38, 95 and 61. RGB value is (56,149,97). Sum of RGB (Red+Green+Blue) = 56+149+97=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #389561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389561 is #C76A9E. Grayscale: #737373. Windows color (decimal): -13068959 or 6395192. OLE color: 6395192.

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

Color convert

RGB5614997-
CMYK0.6200.350.42
HSL146.45º45.37%40.2%-
HSV(B)146.45º62.42%58.43%-
XYZ14.5423.215.02-
YUV115.26117.6985.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=18.54%
G=49.34%
B=32.12%

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
Decimal56149970.6200.350.42146.4545.3740.2
Hex3895613E0232A922d28
Octal7022514176043522225550
Binary111000100101011100001111110010001110101010010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389561; }

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

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

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

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

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

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

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

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