#389770

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

Shades of Eucalyptus #389770

Tints of Eucalyptus #389770

Color information

#389770 (or 0x389770) is unknown color: approx Eucalyptus. HEX triplet: 38, 97 and 70. RGB value is (56,151,112). Sum of RGB (Red+Green+Blue) = 56+151+112=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #389770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389770 is #C7688F. Grayscale: #767676. Windows color (decimal): -13068432 or 7378744. OLE color: 7378744.

HSL color Cylindrical-coordinate representation of color #389770: hue angle of 155.37º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389770 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB56151112-
CMYK0.6300.260.41
HSL155.37º45.89%40.59%-
HSV(B)155.37º62.91%59.22%-
XYZ15.6224.1419.17-
YUV118.15124.5383.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 151 (59.38% from 255) = 47.34%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=17.55%
G=47.34%
B=35.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511120.6300.260.41155.3745.8940.59
Hex3897703F01A299b2e29
Octal7022716077032512335651
Binary11100010010111111000011111101101010100110011011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389770; }

 p { color: rgb(56,151,112); }

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

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

 a { background-color: rgb(56,151,112); }

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

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

 span { border-color: rgb(56,151,112); }

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