#389365

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

Shades of Eucalyptus #389365

Tints of Eucalyptus #389365

Color information

#389365 (or 0x389365) is unknown color: approx Eucalyptus. HEX triplet: 38, 93 and 65. RGB value is (56,147,101). Sum of RGB (Red+Green+Blue) = 56+147+101=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #389365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389365 is #C76C9A. Grayscale: #727272. Windows color (decimal): -13069467 or 6656824. OLE color: 6656824.

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

Color convert

RGB56147101-
CMYK0.6200.310.42
HSL149.67º44.83%39.8%-
HSV(B)149.67º61.9%57.65%-
XYZ14.4122.6515.92-
YUV114.55120.3586.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=18.42%
G=48.36%
B=33.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561471010.6200.310.42149.6744.8339.8
Hex3893653E01F2A962d28
Octal7022314576037522265550
Binary11100010010011110010111111001111110101010010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389365; }

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

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

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

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

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

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

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

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