Shades of Eucalyptus #389C6C
Tints of Eucalyptus #389C6C
RGB
CMYK
RGB Variations
Color information
#389C6C (or 0x389C6C) is known color: Eucalyptus. HEX triplet: 38, 9C and 6C. RGB value is (56,156,108). Sum of RGB (Red+Green+Blue) = 56+156+108=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #389C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389C6C is #C76393. Grayscale: #787878. Windows color (decimal): -13067156 or 7117880. OLE color: 7117880.
HSL color Cylindrical-coordinate representation of color #389C6C: hue angle of 151.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 #389C6C is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 108 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.39 |
| HSL | 151.2º | 0.47% | 0.42% | - |
| HSV(B) | 151.2º | 0.64% | 0.61% | - |
| XYZ | 16.23 | 25.7 | 18.29 | - |
| YUV | 120.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 108 | 0.64 | 0 | 0.31 | 0.39 | 151.2 | 0.47 | 0.42 |
| Hex | 38 | 9C | 6C | 40 | 0 | 1F | 27 | 97 | 2F | 2A |
| Octal | 70 | 234 | 154 | 100 | 0 | 37 | 47 | 227 | 57 | 52 |
| Binary | 111000 | 10011100 | 1101100 | 1000000 | 0 | 11111 | 100111 | 10010111 | 101111 | 101010 |
Color Harmonies of #389C6C
Complementary color
Monochromatic Colors of #389C6C
Black with #389C6C
Text Example
Text Example
White with #389C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C6C; }
p { color: rgb(56,156,108); }
H1.HeaderClassName
{
color: #389C6C;
}
.AnyTagClassName
{
color: #389C6C;
}
</style>
background-color css
<style>
a { background-color: #389C6C; }
a { background-color: rgb(56,156,108); }
div.DivClassName
{
background-color: #389C6C;
}
.BgClassName
{
background-color: #389C6C;
}
</style>
border-color css
<style>
span { border-color: #389C6C; }
span { border-color: rgb(56,156,108); }
td.TdClassName
{
border-color: #389C6C;
}
.TagClassName
{
border-color: #389C6C;
}
</style>