Shades of Eucalyptus #389C5C
Tints of Eucalyptus #389C5C
RGB
CMYK
RGB Variations
Color information
#389C5C (or 0x389C5C) is known color: Eucalyptus. HEX triplet: 38, 9C and 5C. RGB value is (56,156,92). Sum of RGB (Red+Green+Blue) = 56+156+92=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #389C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389C5C is #C763A3. Grayscale: #767676. Windows color (decimal): -13067172 or 6069304. OLE color: 6069304.
HSL color Cylindrical-coordinate representation of color #389C5C: hue angle of 141.6º 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 #389C5C is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 92 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.39 |
| HSL | 141.6º | 0.47% | 0.42% | - |
| HSV(B) | 141.6º | 0.64% | 0.61% | - |
| XYZ | 15.45 | 25.39 | 14.21 | - |
| YUV | 118.8 | 112.87 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 92 | 0.64 | 0 | 0.41 | 0.39 | 141.6 | 0.47 | 0.42 |
| Hex | 38 | 9C | 5C | 40 | 0 | 29 | 27 | 8E | 2F | 2A |
| Octal | 70 | 234 | 134 | 100 | 0 | 51 | 47 | 216 | 57 | 52 |
| Binary | 111000 | 10011100 | 1011100 | 1000000 | 0 | 101001 | 100111 | 10001110 | 101111 | 101010 |
Color Harmonies of #389C5C
Complementary color
Monochromatic Colors of #389C5C
Black with #389C5C
Text Example
Text Example
White with #389C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C5C; }
p { color: rgb(56,156,92); }
H1.HeaderClassName
{
color: #389C5C;
}
.AnyTagClassName
{
color: #389C5C;
}
</style>
background-color css
<style>
a { background-color: #389C5C; }
a { background-color: rgb(56,156,92); }
div.DivClassName
{
background-color: #389C5C;
}
.BgClassName
{
background-color: #389C5C;
}
</style>
border-color css
<style>
span { border-color: #389C5C; }
span { border-color: rgb(56,156,92); }
td.TdClassName
{
border-color: #389C5C;
}
.TagClassName
{
border-color: #389C5C;
}
</style>