Shades of La Palma #3DA530
Tints of La Palma #3DA530
RGB
CMYK
RGB Variations
Color information
#3DA530 (or 0x3DA530) is known color: La Palma. HEX triplet: 3D, A5 and 30. RGB value is (61,165,48). Sum of RGB (Red+Green+Blue) = 61+165+48=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA530 is #C25ACF. Grayscale: #787878. Windows color (decimal): -12737232 or 3188029. OLE color: 3188029.
HSL color Cylindrical-coordinate representation of color #3DA530: hue angle of 113.33º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DA530 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 48 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.35 |
| HSL | 113.33º | 0.55% | 0.42% | - |
| HSV(B) | 113.33º | 0.71% | 0.65% | - |
| XYZ | 15.91 | 28.12 | 7.38 | - |
| YUV | 120.57 | 87.04 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 48 | 0.63 | 0 | 0.71 | 0.35 | 113.33 | 0.55 | 0.42 |
| Hex | 3D | A5 | 30 | 3F | 0 | 47 | 23 | 71 | 37 | 2A |
| Octal | 75 | 245 | 60 | 77 | 0 | 107 | 43 | 161 | 67 | 52 |
| Binary | 111101 | 10100101 | 110000 | 111111 | 0 | 1000111 | 100011 | 1110001 | 110111 | 101010 |
Color Harmonies of #3DA530
Complementary color
Monochromatic Colors of #3DA530
Black with #3DA530
Text Example
Text Example
White with #3DA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA530; }
p { color: rgb(61,165,48); }
H1.HeaderClassName
{
color: #3DA530;
}
.AnyTagClassName
{
color: #3DA530;
}
</style>
background-color css
<style>
a { background-color: #3DA530; }
a { background-color: rgb(61,165,48); }
div.DivClassName
{
background-color: #3DA530;
}
.BgClassName
{
background-color: #3DA530;
}
</style>
border-color css
<style>
span { border-color: #3DA530; }
span { border-color: rgb(61,165,48); }
td.TdClassName
{
border-color: #3DA530;
}
.TagClassName
{
border-color: #3DA530;
}
</style>