Shades of La Palma #45923A
Tints of La Palma #45923A
RGB
CMYK
RGB Variations
Color information
#45923A (or 0x45923A) is known color: La Palma. HEX triplet: 45, 92 and 3A. RGB value is (69,146,58). Sum of RGB (Red+Green+Blue) = 69+146+58=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #45923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45923A is #BA6DC5. Grayscale: #717171. Windows color (decimal): -12217798 or 3838533. OLE color: 3838533.
HSL color Cylindrical-coordinate representation of color #45923A: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45923A is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 146 | 58 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.43 |
| HSL | 112.5º | 0.43% | 0.4% | - |
| HSV(B) | 112.5º | 0.6% | 0.57% | - |
| XYZ | 13.5 | 22.13 | 7.56 | - |
| YUV | 112.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 58 | 0.53 | 0 | 0.60 | 0.43 | 112.5 | 0.43 | 0.4 |
| Hex | 45 | 92 | 3A | 35 | 0 | 3C | 2B | 70 | 2B | 28 |
| Octal | 105 | 222 | 72 | 65 | 0 | 74 | 53 | 160 | 53 | 50 |
| Binary | 1000101 | 10010010 | 111010 | 110101 | 0 | 111100 | 101011 | 1110000 | 101011 | 101000 |
Color Harmonies of #45923A
Complementary color
Monochromatic Colors of #45923A
Black with #45923A
Text Example
Text Example
White with #45923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45923A; }
p { color: rgb(69,146,58); }
H1.HeaderClassName
{
color: #45923A;
}
.AnyTagClassName
{
color: #45923A;
}
</style>
background-color css
<style>
a { background-color: #45923A; }
a { background-color: rgb(69,146,58); }
div.DivClassName
{
background-color: #45923A;
}
.BgClassName
{
background-color: #45923A;
}
</style>
border-color css
<style>
span { border-color: #45923A; }
span { border-color: rgb(69,146,58); }
td.TdClassName
{
border-color: #45923A;
}
.TagClassName
{
border-color: #45923A;
}
</style>