Shades of La Palma #38A122
Tints of La Palma #38A122
RGB
CMYK
RGB Variations
Color information
#38A122 (or 0x38A122) is known color: La Palma. HEX triplet: 38, A1 and 22. RGB value is (56,161,34). Sum of RGB (Red+Green+Blue) = 56+161+34=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 161 (63.28% from 255 or 64.14% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 161 - color contains mainly: green. Hex color #38A122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A122 is #C75EDD. Grayscale: #737373. Windows color (decimal): -13065950 or 2269496. OLE color: 2269496.
HSL color Cylindrical-coordinate representation of color #38A122: hue angle of 109.61º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38A122 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 161 | 34 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.37 |
| HSL | 109.61º | 0.65% | 0.38% | - |
| HSV(B) | 109.61º | 0.79% | 0.63% | - |
| XYZ | 14.66 | 26.45 | 5.85 | - |
| YUV | 115.13 | 82.21 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 34 | 0.65 | 0 | 0.79 | 0.37 | 109.61 | 0.65 | 0.38 |
| Hex | 38 | A1 | 22 | 41 | 0 | 4F | 25 | 6E | 41 | 26 |
| Octal | 70 | 241 | 42 | 101 | 0 | 117 | 45 | 156 | 101 | 46 |
| Binary | 111000 | 10100001 | 100010 | 1000001 | 0 | 1001111 | 100101 | 1101110 | 1000001 | 100110 |
Color Harmonies of #38A122
Complementary color
Monochromatic Colors of #38A122
Black with #38A122
Text Example
Text Example
White with #38A122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A122; }
p { color: rgb(56,161,34); }
H1.HeaderClassName
{
color: #38A122;
}
.AnyTagClassName
{
color: #38A122;
}
</style>
background-color css
<style>
a { background-color: #38A122; }
a { background-color: rgb(56,161,34); }
div.DivClassName
{
background-color: #38A122;
}
.BgClassName
{
background-color: #38A122;
}
</style>
border-color css
<style>
span { border-color: #38A122; }
span { border-color: rgb(56,161,34); }
td.TdClassName
{
border-color: #38A122;
}
.TagClassName
{
border-color: #38A122;
}
</style>