#389a72

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

Shades of Eucalyptus #389A72

Tints of Eucalyptus #389A72

Color information

#389A72 (or 0x389A72) is unknown color: approx Eucalyptus. HEX triplet: 38, 9A and 72. RGB value is (56,154,114). Sum of RGB (Red+Green+Blue) = 56+154+114=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #389A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389A72 is #C7658D. Grayscale: #787878. Windows color (decimal): -13067662 or 7510584. OLE color: 7510584.

HSL color Cylindrical-coordinate representation of color #389A72: hue angle of 155.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389A72 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB56154114-
CMYK0.6400.260.40
HSL155.51º46.67%41.18%-
HSV(B)155.51º63.64%60.39%-
XYZ16.2225.1719.92-
YUV120.14124.5382.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=17.28%
G=47.53%
B=35.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561541140.6400.260.40155.5146.6741.18
Hex389A724001A289c2f29
Octal70232162100032502345751
Binary111000100110101110010100000001101010100010011100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389a72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389a72; }

 p { color: rgb(56,154,114); }

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

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

 a { background-color: rgb(56,154,114); }

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

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

 span { border-color: rgb(56,154,114); }

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