Shades of La Palma #3DA82B
Tints of La Palma #3DA82B
RGB
CMYK
RGB Variations
Color information
#3DA82B (or 0x3DA82B) is known color: La Palma. HEX triplet: 3D, A8 and 2B. RGB value is (61,168,43). Sum of RGB (Red+Green+Blue) = 61+168+43=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 168 (66.02% from 255 or 61.76% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA82B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA82B is #C257D4. Grayscale: #7A7A7A. Windows color (decimal): -12736469 or 2861117. OLE color: 2861117.
HSL color Cylindrical-coordinate representation of color #3DA82B: hue angle of 111.36º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DA82B is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 43 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.34 |
| HSL | 111.36º | 0.59% | 0.41% | - |
| HSV(B) | 111.36º | 0.74% | 0.66% | - |
| XYZ | 16.36 | 29.17 | 7.05 | - |
| YUV | 121.76 | 83.55 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 43 | 0.64 | 0 | 0.74 | 0.34 | 111.36 | 0.59 | 0.41 |
| Hex | 3D | A8 | 2B | 40 | 0 | 4A | 22 | 6F | 3B | 29 |
| Octal | 75 | 250 | 53 | 100 | 0 | 112 | 42 | 157 | 73 | 51 |
| Binary | 111101 | 10101000 | 101011 | 1000000 | 0 | 1001010 | 100010 | 1101111 | 111011 | 101001 |
Color Harmonies of #3DA82B
Complementary color
Monochromatic Colors of #3DA82B
Black with #3DA82B
Text Example
Text Example
White with #3DA82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA82B; }
p { color: rgb(61,168,43); }
H1.HeaderClassName
{
color: #3DA82B;
}
.AnyTagClassName
{
color: #3DA82B;
}
</style>
background-color css
<style>
a { background-color: #3DA82B; }
a { background-color: rgb(61,168,43); }
div.DivClassName
{
background-color: #3DA82B;
}
.BgClassName
{
background-color: #3DA82B;
}
</style>
border-color css
<style>
span { border-color: #3DA82B; }
span { border-color: rgb(61,168,43); }
td.TdClassName
{
border-color: #3DA82B;
}
.TagClassName
{
border-color: #3DA82B;
}
</style>