Shades of Eucalyptus #389C69
Tints of Eucalyptus #389C69
RGB
CMYK
RGB Variations
Color information
#389C69 (or 0x389C69) is known color: Eucalyptus. HEX triplet: 38, 9C and 69. RGB value is (56,156,105). Sum of RGB (Red+Green+Blue) = 56+156+105=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #389C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389C69 is #C76396. Grayscale: #787878. Windows color (decimal): -13067159 or 6921272. OLE color: 6921272.
HSL color Cylindrical-coordinate representation of color #389C69: hue angle of 149.4º 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 #389C69 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 105 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.39 |
| HSL | 149.4º | 0.47% | 0.42% | - |
| HSV(B) | 149.4º | 0.64% | 0.61% | - |
| XYZ | 16.07 | 25.64 | 17.47 | - |
| YUV | 120.29 | 119.37 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 105 | 0.64 | 0 | 0.33 | 0.39 | 149.4 | 0.47 | 0.42 |
| Hex | 38 | 9C | 69 | 40 | 0 | 21 | 27 | 95 | 2F | 2A |
| Octal | 70 | 234 | 151 | 100 | 0 | 41 | 47 | 225 | 57 | 52 |
| Binary | 111000 | 10011100 | 1101001 | 1000000 | 0 | 100001 | 100111 | 10010101 | 101111 | 101010 |
Color Harmonies of #389C69
Complementary color
Monochromatic Colors of #389C69
Black with #389C69
Text Example
Text Example
White with #389C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C69; }
p { color: rgb(56,156,105); }
H1.HeaderClassName
{
color: #389C69;
}
.AnyTagClassName
{
color: #389C69;
}
</style>
background-color css
<style>
a { background-color: #389C69; }
a { background-color: rgb(56,156,105); }
div.DivClassName
{
background-color: #389C69;
}
.BgClassName
{
background-color: #389C69;
}
</style>
border-color css
<style>
span { border-color: #389C69; }
span { border-color: rgb(56,156,105); }
td.TdClassName
{
border-color: #389C69;
}
.TagClassName
{
border-color: #389C69;
}
</style>