Shades of La Palma #4A8725
Tints of La Palma #4A8725
RGB
CMYK
RGB Variations
Color information
#4A8725 (or 0x4A8725) is known color: La Palma. HEX triplet: 4A, 87 and 25. RGB value is (74,135,37). Sum of RGB (Red+Green+Blue) = 74+135+37=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8725 is #B578DA. Grayscale: #696969. Windows color (decimal): -11892955 or 2459466. OLE color: 2459466.
HSL color Cylindrical-coordinate representation of color #4A8725: hue angle of 97.35º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A8725 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 135 | 37 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.47 |
| HSL | 97.35º | 0.57% | 0.34% | - |
| HSV(B) | 97.35º | 0.73% | 0.53% | - |
| XYZ | 11.82 | 18.92 | 4.78 | - |
| YUV | 105.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 37 | 0.45 | 0 | 0.73 | 0.47 | 97.35 | 0.57 | 0.34 |
| Hex | 4A | 87 | 25 | 2D | 0 | 49 | 2F | 61 | 39 | 22 |
| Octal | 112 | 207 | 45 | 55 | 0 | 111 | 57 | 141 | 71 | 42 |
| Binary | 1001010 | 10000111 | 100101 | 101101 | 0 | 1001001 | 101111 | 1100001 | 111001 | 100010 |
Color Harmonies of #4A8725
Complementary color
Monochromatic Colors of #4A8725
Black with #4A8725
Text Example
Text Example
White with #4A8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8725; }
p { color: rgb(74,135,37); }
H1.HeaderClassName
{
color: #4A8725;
}
.AnyTagClassName
{
color: #4A8725;
}
</style>
background-color css
<style>
a { background-color: #4A8725; }
a { background-color: rgb(74,135,37); }
div.DivClassName
{
background-color: #4A8725;
}
.BgClassName
{
background-color: #4A8725;
}
</style>
border-color css
<style>
span { border-color: #4A8725; }
span { border-color: rgb(74,135,37); }
td.TdClassName
{
border-color: #4A8725;
}
.TagClassName
{
border-color: #4A8725;
}
</style>