#389E5D

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

Shades of Eucalyptus #389E5D

Tints of Eucalyptus #389E5D

Color information

#389E5D (or 0x389E5D) is unknown color: approx Eucalyptus. HEX triplet: 38, 9E and 5D. RGB value is (56,158,93). Sum of RGB (Red+Green+Blue) = 56+158+93=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #389E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389E5D is #C761A2. Grayscale: #787878. Windows color (decimal): -13066659 or 6135352. OLE color: 6135352.

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

Color convert

RGB5615893-
CMYK0.6500.410.38
HSL141.76º47.66%41.96%-
HSV(B)141.76º64.56%61.96%-
XYZ15.8326.0814.56-
YUV120.09112.7182.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 158 (62.11% from 255) = 51.47%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=18.24%
G=51.47%
B=30.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56158930.6500.410.38141.7647.6641.96
Hex389E5D41029268e302a
Octal70236135101051462166052
Binary1110001001111010111011000001010100110011010001110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,158,93); }

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

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

 a { background-color: rgb(56,158,93); }

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

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

 span { border-color: rgb(56,158,93); }

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