#389363

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

Shades of Eucalyptus #389363

Tints of Eucalyptus #389363

Color information

#389363 (or 0x389363) is unknown color: approx Eucalyptus. HEX triplet: 38, 93 and 63. RGB value is (56,147,99). Sum of RGB (Red+Green+Blue) = 56+147+99=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #389363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389363 is #C76C9C. Grayscale: #727272. Windows color (decimal): -13069469 or 6525752. OLE color: 6525752.

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

Color convert

RGB5614799-
CMYK0.6200.330.42
HSL148.35º44.83%39.8%-
HSV(B)148.35º61.9%57.65%-
XYZ14.3222.6115.41-
YUV114.32119.3586.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=18.54%
G=48.68%
B=32.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147990.6200.330.42148.3544.8339.8
Hex3893633E0212A942d28
Octal7022314376041522245550
Binary111000100100111100011111110010000110101010010100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389363; }

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

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

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

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

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

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

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

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