Shades of Eucalyptus #389C5D
Tints of Eucalyptus #389C5D
RGB
CMYK
RGB Variations
Color information
#389C5D (or 0x389C5D) is known color: Eucalyptus. HEX triplet: 38, 9C and 5D. RGB value is (56,156,93). Sum of RGB (Red+Green+Blue) = 56+156+93=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #389C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389C5D is #C763A2. Grayscale: #777777. Windows color (decimal): -13067171 or 6134840. OLE color: 6134840.
HSL color Cylindrical-coordinate representation of color #389C5D: hue angle of 142.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C5D is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 93 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.39 |
| HSL | 142.2º | 0.47% | 0.42% | - |
| HSV(B) | 142.2º | 0.64% | 0.61% | - |
| XYZ | 15.5 | 25.41 | 14.44 | - |
| YUV | 118.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 93 | 0.64 | 0 | 0.40 | 0.39 | 142.2 | 0.47 | 0.42 |
| Hex | 38 | 9C | 5D | 40 | 0 | 28 | 27 | 8E | 2F | 2A |
| Octal | 70 | 234 | 135 | 100 | 0 | 50 | 47 | 216 | 57 | 52 |
| Binary | 111000 | 10011100 | 1011101 | 1000000 | 0 | 101000 | 100111 | 10001110 | 101111 | 101010 |
Color Harmonies of #389C5D
Complementary color
Monochromatic Colors of #389C5D
Black with #389C5D
Text Example
Text Example
White with #389C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C5D; }
p { color: rgb(56,156,93); }
H1.HeaderClassName
{
color: #389C5D;
}
.AnyTagClassName
{
color: #389C5D;
}
</style>
background-color css
<style>
a { background-color: #389C5D; }
a { background-color: rgb(56,156,93); }
div.DivClassName
{
background-color: #389C5D;
}
.BgClassName
{
background-color: #389C5D;
}
</style>
border-color css
<style>
span { border-color: #389C5D; }
span { border-color: rgb(56,156,93); }
td.TdClassName
{
border-color: #389C5D;
}
.TagClassName
{
border-color: #389C5D;
}
</style>