Shades of La Palma #45993A
Tints of La Palma #45993A
RGB
CMYK
RGB Variations
Color information
#45993A (or 0x45993A) is known color: La Palma. HEX triplet: 45, 99 and 3A. RGB value is (69,153,58). Sum of RGB (Red+Green+Blue) = 69+153+58=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #45993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45993A is #BA66C5. Grayscale: #757575. Windows color (decimal): -12216006 or 3840325. OLE color: 3840325.
HSL color Cylindrical-coordinate representation of color #45993A: hue angle of 113.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45993A is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 58 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.4 |
| HSL | 113.05º | 0.45% | 0.41% | - |
| HSV(B) | 113.05º | 0.62% | 0.6% | - |
| XYZ | 14.61 | 24.35 | 7.93 | - |
| YUV | 117.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 58 | 0.55 | 0 | 0.62 | 0.4 | 113.05 | 0.45 | 0.41 |
| Hex | 45 | 99 | 3A | 37 | 0 | 3E | 28 | 71 | 2D | 29 |
| Octal | 105 | 231 | 72 | 67 | 0 | 76 | 50 | 161 | 55 | 51 |
| Binary | 1000101 | 10011001 | 111010 | 110111 | 0 | 111110 | 101000 | 1110001 | 101101 | 101001 |
Color Harmonies of #45993A
Complementary color
Monochromatic Colors of #45993A
Black with #45993A
Text Example
Text Example
White with #45993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45993A; }
p { color: rgb(69,153,58); }
H1.HeaderClassName
{
color: #45993A;
}
.AnyTagClassName
{
color: #45993A;
}
</style>
background-color css
<style>
a { background-color: #45993A; }
a { background-color: rgb(69,153,58); }
div.DivClassName
{
background-color: #45993A;
}
.BgClassName
{
background-color: #45993A;
}
</style>
border-color css
<style>
span { border-color: #45993A; }
span { border-color: rgb(69,153,58); }
td.TdClassName
{
border-color: #45993A;
}
.TagClassName
{
border-color: #45993A;
}
</style>