Shades of Eucalyptus #389B6B
Tints of Eucalyptus #389B6B
RGB
CMYK
RGB Variations
Color information
#389B6B (or 0x389B6B) is known color: Eucalyptus. HEX triplet: 38, 9B and 6B. RGB value is (56,155,107). Sum of RGB (Red+Green+Blue) = 56+155+107=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #389B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B6B is #C76494. Grayscale: #787878. Windows color (decimal): -13067413 or 7052088. OLE color: 7052088.
HSL color Cylindrical-coordinate representation of color #389B6B: hue angle of 150.91º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B6B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 107 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.39 |
| HSL | 150.91º | 0.47% | 0.41% | - |
| HSV(B) | 150.91º | 0.64% | 0.61% | - |
| XYZ | 16.01 | 25.34 | 17.96 | - |
| YUV | 119.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 107 | 0.64 | 0 | 0.31 | 0.39 | 150.91 | 0.47 | 0.41 |
| Hex | 38 | 9B | 6B | 40 | 0 | 1F | 27 | 97 | 2F | 29 |
| Octal | 70 | 233 | 153 | 100 | 0 | 37 | 47 | 227 | 57 | 51 |
| Binary | 111000 | 10011011 | 1101011 | 1000000 | 0 | 11111 | 100111 | 10010111 | 101111 | 101001 |
Color Harmonies of #389B6B
Complementary color
Monochromatic Colors of #389B6B
Black with #389B6B
Text Example
Text Example
White with #389B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B6B; }
p { color: rgb(56,155,107); }
H1.HeaderClassName
{
color: #389B6B;
}
.AnyTagClassName
{
color: #389B6B;
}
</style>
background-color css
<style>
a { background-color: #389B6B; }
a { background-color: rgb(56,155,107); }
div.DivClassName
{
background-color: #389B6B;
}
.BgClassName
{
background-color: #389B6B;
}
</style>
border-color css
<style>
span { border-color: #389B6B; }
span { border-color: rgb(56,155,107); }
td.TdClassName
{
border-color: #389B6B;
}
.TagClassName
{
border-color: #389B6B;
}
</style>