Shades of La Palma #3B8A1C
Tints of La Palma #3B8A1C
RGB
CMYK
RGB Variations
Color information
#3B8A1C (or 0x3B8A1C) is known color: La Palma. HEX triplet: 3B, 8A and 1C. RGB value is (59,138,28). Sum of RGB (Red+Green+Blue) = 59+138+28=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 138 (54.30% from 255 or 61.33% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 138 - color contains mainly: green. Hex color #3B8A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8A1C is #C475E3. Grayscale: #666666. Windows color (decimal): -12875236 or 1870395. OLE color: 1870395.
HSL color Cylindrical-coordinate representation of color #3B8A1C: hue angle of 103.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B8A1C is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 138 | 28 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.46 |
| HSL | 103.09º | 0.66% | 0.33% | - |
| HSV(B) | 103.09º | 0.8% | 0.54% | - |
| XYZ | 11.1 | 19.19 | 4.22 | - |
| YUV | 101.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 138 | 28 | 0.57 | 0 | 0.80 | 0.46 | 103.09 | 0.66 | 0.33 |
| Hex | 3B | 8A | 1C | 39 | 0 | 50 | 2E | 67 | 42 | 21 |
| Octal | 73 | 212 | 34 | 71 | 0 | 120 | 56 | 147 | 102 | 41 |
| Binary | 111011 | 10001010 | 11100 | 111001 | 0 | 1010000 | 101110 | 1100111 | 1000010 | 100001 |
Color Harmonies of #3B8A1C
Complementary color
Monochromatic Colors of #3B8A1C
Black with #3B8A1C
Text Example
Text Example
White with #3B8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8A1C; }
p { color: rgb(59,138,28); }
H1.HeaderClassName
{
color: #3B8A1C;
}
.AnyTagClassName
{
color: #3B8A1C;
}
</style>
background-color css
<style>
a { background-color: #3B8A1C; }
a { background-color: rgb(59,138,28); }
div.DivClassName
{
background-color: #3B8A1C;
}
.BgClassName
{
background-color: #3B8A1C;
}
</style>
border-color css
<style>
span { border-color: #3B8A1C; }
span { border-color: rgb(59,138,28); }
td.TdClassName
{
border-color: #3B8A1C;
}
.TagClassName
{
border-color: #3B8A1C;
}
</style>