Shades of Eucalyptus #389C6D
Tints of Eucalyptus #389C6D
RGB
CMYK
RGB Variations
Color information
#389C6D (or 0x389C6D) is known color: Eucalyptus. HEX triplet: 38, 9C and 6D. RGB value is (56,156,109). Sum of RGB (Red+Green+Blue) = 56+156+109=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #389C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389C6D is #C76392. Grayscale: #787878. Windows color (decimal): -13067155 or 7183416. OLE color: 7183416.
HSL color Cylindrical-coordinate representation of color #389C6D: hue angle of 151.8º 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 #389C6D is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 109 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.39 |
| HSL | 151.8º | 0.47% | 0.42% | - |
| HSV(B) | 151.8º | 0.64% | 0.61% | - |
| XYZ | 16.28 | 25.72 | 18.57 | - |
| YUV | 120.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 109 | 0.64 | 0 | 0.30 | 0.39 | 151.8 | 0.47 | 0.42 |
| Hex | 38 | 9C | 6D | 40 | 0 | 1E | 27 | 98 | 2F | 2A |
| Octal | 70 | 234 | 155 | 100 | 0 | 36 | 47 | 230 | 57 | 52 |
| Binary | 111000 | 10011100 | 1101101 | 1000000 | 0 | 11110 | 100111 | 10011000 | 101111 | 101010 |
Color Harmonies of #389C6D
Complementary color
Monochromatic Colors of #389C6D
Black with #389C6D
Text Example
Text Example
White with #389C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C6D; }
p { color: rgb(56,156,109); }
H1.HeaderClassName
{
color: #389C6D;
}
.AnyTagClassName
{
color: #389C6D;
}
</style>
background-color css
<style>
a { background-color: #389C6D; }
a { background-color: rgb(56,156,109); }
div.DivClassName
{
background-color: #389C6D;
}
.BgClassName
{
background-color: #389C6D;
}
</style>
border-color css
<style>
span { border-color: #389C6D; }
span { border-color: rgb(56,156,109); }
td.TdClassName
{
border-color: #389C6D;
}
.TagClassName
{
border-color: #389C6D;
}
</style>