#389558

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

Shades of Eucalyptus #389558

Tints of Eucalyptus #389558

Color information

#389558 (or 0x389558) is unknown color: approx Eucalyptus. HEX triplet: 38, 95 and 58. RGB value is (56,149,88). Sum of RGB (Red+Green+Blue) = 56+149+88=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #389558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389558 is #C76AA7. Grayscale: #727272. Windows color (decimal): -13068968 or 5805368. OLE color: 5805368.

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

Color convert

RGB5614988-
CMYK0.6200.410.42
HSL140.65º45.37%40.2%-
HSV(B)140.65º62.42%58.43%-
XYZ14.1423.0412.93-
YUV114.24113.1986.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=19.11%
G=50.85%
B=30.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149880.6200.410.42140.6545.3740.2
Hex3895583E0292A8d2d28
Octal7022513076051522155550
Binary111000100101011011000111110010100110101010001101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389558; }

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

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

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

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

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

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

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

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