#389B72

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

Shades of Eucalyptus #389B72

Tints of Eucalyptus #389B72

Color information

#389B72 (or 0x389B72) is unknown color: approx Eucalyptus. HEX triplet: 38, 9B and 72. RGB value is (56,155,114). Sum of RGB (Red+Green+Blue) = 56+155+114=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #389B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B72 is #C7648D. Grayscale: #787878. Windows color (decimal): -13067406 or 7510840. OLE color: 7510840.

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

Color convert

RGB56155114-
CMYK0.6400.260.39
HSL155.15º46.92%41.37%-
HSV(B)155.15º63.87%60.78%-
XYZ16.3925.519.98-
YUV120.72124.281.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=17.23%
G=47.69%
B=35.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561551140.6400.260.39155.1546.9241.37
Hex389B724001A279b2f29
Octal70233162100032472335751
Binary111000100110111110010100000001101010011110011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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