Shades of La Palma #439401
Tints of La Palma #439401
RGB
CMYK
RGB Variations
Color information
#439401 (or 0x439401) is known color: La Palma. HEX triplet: 43, 94 and 01. RGB value is (67,148,1). Sum of RGB (Red+Green+Blue) = 67+148+1=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #439401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #439401 is #BC6BFE. Grayscale: #6B6B6B. Windows color (decimal): -12348415 or 103491. OLE color: 103491.
HSL color Cylindrical-coordinate representation of color #439401: hue angle of 93.06º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #439401 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 148 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.42 |
| HSL | 93.06º | 0.99% | 0.29% | - |
| HSV(B) | 93.06º | 0.99% | 0.58% | - |
| XYZ | 12.91 | 22.38 | 3.67 | - |
| YUV | 107.02 | 68.16 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 1 | 0.55 | 0 | 0.99 | 0.42 | 93.06 | 0.99 | 0.29 |
| Hex | 43 | 94 | 1 | 37 | 0 | 63 | 2A | 5D | 63 | 1D |
| Octal | 103 | 224 | 1 | 67 | 0 | 143 | 52 | 135 | 143 | 35 |
| Binary | 1000011 | 10010100 | 1 | 110111 | 0 | 1100011 | 101010 | 1011101 | 1100011 | 11101 |
Color Harmonies of #439401
Complementary color
Monochromatic Colors of #439401
Black with #439401
Text Example
Text Example
White with #439401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439401; }
p { color: rgb(67,148,1); }
H1.HeaderClassName
{
color: #439401;
}
.AnyTagClassName
{
color: #439401;
}
</style>
background-color css
<style>
a { background-color: #439401; }
a { background-color: rgb(67,148,1); }
div.DivClassName
{
background-color: #439401;
}
.BgClassName
{
background-color: #439401;
}
</style>
border-color css
<style>
span { border-color: #439401; }
span { border-color: rgb(67,148,1); }
td.TdClassName
{
border-color: #439401;
}
.TagClassName
{
border-color: #439401;
}
</style>