Shades of Eucalyptus #38A260
Tints of Eucalyptus #38A260
RGB
CMYK
RGB Variations
Color information
#38A260 (or 0x38A260) is known color: Eucalyptus. HEX triplet: 38, A2 and 60. RGB value is (56,162,96). Sum of RGB (Red+Green+Blue) = 56+162+96=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #38A260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A260 is #C75D9F. Grayscale: #7A7A7A. Windows color (decimal): -13065632 or 6332984. OLE color: 6332984.
HSL color Cylindrical-coordinate representation of color #38A260: hue angle of 142.64º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A260 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 162 | 96 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.36 |
| HSL | 142.64º | 0.49% | 0.43% | - |
| HSV(B) | 142.64º | 0.65% | 0.64% | - |
| XYZ | 16.66 | 27.53 | 15.5 | - |
| YUV | 122.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 96 | 0.65 | 0 | 0.41 | 0.36 | 142.64 | 0.49 | 0.43 |
| Hex | 38 | A2 | 60 | 41 | 0 | 29 | 24 | 8F | 31 | 2B |
| Octal | 70 | 242 | 140 | 101 | 0 | 51 | 44 | 217 | 61 | 53 |
| Binary | 111000 | 10100010 | 1100000 | 1000001 | 0 | 101001 | 100100 | 10001111 | 110001 | 101011 |
Color Harmonies of #38A260
Complementary color
Monochromatic Colors of #38A260
Black with #38A260
Text Example
Text Example
White with #38A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A260; }
p { color: rgb(56,162,96); }
H1.HeaderClassName
{
color: #38A260;
}
.AnyTagClassName
{
color: #38A260;
}
</style>
background-color css
<style>
a { background-color: #38A260; }
a { background-color: rgb(56,162,96); }
div.DivClassName
{
background-color: #38A260;
}
.BgClassName
{
background-color: #38A260;
}
</style>
border-color css
<style>
span { border-color: #38A260; }
span { border-color: rgb(56,162,96); }
td.TdClassName
{
border-color: #38A260;
}
.TagClassName
{
border-color: #38A260;
}
</style>