Shades of Eucalyptus #38A360
Tints of Eucalyptus #38A360
RGB
CMYK
RGB Variations
Color information
#38A360 (or 0x38A360) is known color: Eucalyptus. HEX triplet: 38, A3 and 60. RGB value is (56,163,96). Sum of RGB (Red+Green+Blue) = 56+163+96=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #38A360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A360 is #C75C9F. Grayscale: #7B7B7B. Windows color (decimal): -13065376 or 6333240. OLE color: 6333240.
HSL color Cylindrical-coordinate representation of color #38A360: hue angle of 142.43º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A360 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 96 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.36 |
| HSL | 142.43º | 0.49% | 0.43% | - |
| HSV(B) | 142.43º | 0.66% | 0.64% | - |
| XYZ | 16.84 | 27.88 | 15.56 | - |
| YUV | 123.37 | 112.55 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 96 | 0.66 | 0 | 0.41 | 0.36 | 142.43 | 0.49 | 0.43 |
| Hex | 38 | A3 | 60 | 42 | 0 | 29 | 24 | 8E | 31 | 2B |
| Octal | 70 | 243 | 140 | 102 | 0 | 51 | 44 | 216 | 61 | 53 |
| Binary | 111000 | 10100011 | 1100000 | 1000010 | 0 | 101001 | 100100 | 10001110 | 110001 | 101011 |
Color Harmonies of #38A360
Complementary color
Monochromatic Colors of #38A360
Black with #38A360
Text Example
Text Example
White with #38A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A360; }
p { color: rgb(56,163,96); }
H1.HeaderClassName
{
color: #38A360;
}
.AnyTagClassName
{
color: #38A360;
}
</style>
background-color css
<style>
a { background-color: #38A360; }
a { background-color: rgb(56,163,96); }
div.DivClassName
{
background-color: #38A360;
}
.BgClassName
{
background-color: #38A360;
}
</style>
border-color css
<style>
span { border-color: #38A360; }
span { border-color: rgb(56,163,96); }
td.TdClassName
{
border-color: #38A360;
}
.TagClassName
{
border-color: #38A360;
}
</style>