Shades of Eucalyptus #38926B
Tints of Eucalyptus #38926B
RGB
CMYK
RGB Variations
Color information
#38926B (or 0x38926B) is known color: Eucalyptus. HEX triplet: 38, 92 and 6B. RGB value is (56,146,107). Sum of RGB (Red+Green+Blue) = 56+146+107=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #38926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38926B is #C76D94. Grayscale: #727272. Windows color (decimal): -13069717 or 7049784. OLE color: 7049784.
HSL color Cylindrical-coordinate representation of color #38926B: hue angle of 154º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38926B is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 107 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.43 |
| HSL | 154º | 0.45% | 0.4% | - |
| HSV(B) | 154º | 0.62% | 0.57% | - |
| XYZ | 14.56 | 22.46 | 17.48 | - |
| YUV | 114.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 107 | 0.62 | 0 | 0.27 | 0.43 | 154 | 0.45 | 0.4 |
| Hex | 38 | 92 | 6B | 3E | 0 | 1B | 2B | 9A | 2D | 28 |
| Octal | 70 | 222 | 153 | 76 | 0 | 33 | 53 | 232 | 55 | 50 |
| Binary | 111000 | 10010010 | 1101011 | 111110 | 0 | 11011 | 101011 | 10011010 | 101101 | 101000 |
Color Harmonies of #38926B
Complementary color
Monochromatic Colors of #38926B
Black with #38926B
Text Example
Text Example
White with #38926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38926B; }
p { color: rgb(56,146,107); }
H1.HeaderClassName
{
color: #38926B;
}
.AnyTagClassName
{
color: #38926B;
}
</style>
background-color css
<style>
a { background-color: #38926B; }
a { background-color: rgb(56,146,107); }
div.DivClassName
{
background-color: #38926B;
}
.BgClassName
{
background-color: #38926B;
}
</style>
border-color css
<style>
span { border-color: #38926B; }
span { border-color: rgb(56,146,107); }
td.TdClassName
{
border-color: #38926B;
}
.TagClassName
{
border-color: #38926B;
}
</style>