#389D5C

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

Shades of Eucalyptus #389D5C

Tints of Eucalyptus #389D5C

Color information

#389D5C (or 0x389D5C) is unknown color: approx Eucalyptus. HEX triplet: 38, 9D and 5C. RGB value is (56,157,92). Sum of RGB (Red+Green+Blue) = 56+157+92=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #389D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D5C is #C762A3. Grayscale: #777777. Windows color (decimal): -13066916 or 6069560. OLE color: 6069560.

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

Color convert

RGB5615792-
CMYK0.6400.410.38
HSL141.39º47.42%41.76%-
HSV(B)141.39º64.33%61.57%-
XYZ15.6225.7314.27-
YUV119.39112.5482.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 157 (61.72% from 255) = 51.48%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=18.36%
G=51.48%
B=30.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56157920.6400.410.38141.3947.4241.76
Hex389D5C40029268d2f2a
Octal70235134100051462155752
Binary1110001001110110111001000000010100110011010001101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,157,92); }

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

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

 a { background-color: rgb(56,157,92); }

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

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

 span { border-color: rgb(56,157,92); }

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