#438D14

Color #438D14 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #438D14

Tints of La Palma #438D14

Color information

#438D14 (or 0x438D14) is unknown color: approx La Palma. HEX triplet: 43, 8D and 14. RGB value is (67,141,20). Sum of RGB (Red+Green+Blue) = 67+141+20=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #438D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438D14 is #BC72EB. Grayscale: #696969. Windows color (decimal): -12350188 or 1346883. OLE color: 1346883.

HSL color Cylindrical-coordinate representation of color #438D14: hue angle of 96.69º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #438D14 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB6714120-
CMYK0.5200.860.45
HSL96.69º75.16%31.57%-
HSV(B)96.69º85.82%55.29%-
XYZ11.9720.293.95-
YUV105.0879.98100.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 141 (55.47% from 255) = 61.84%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=29.39%
G=61.84%
B=8.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67141200.5200.860.4596.6975.1631.57
Hex438D14340562D614b20
Octal103215246401265514111340
Binary100001110001101101001101000101011010110111000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438D14; }

 p { color: rgb(67,141,20); }

 H1.HeaderClassName
 {
   color: #438D14;
 }
 .AnyTagClassName
 {
   color: #438D14;
 }
</style>
background-color css

<style>
 a { background-color: #438D14; }

 a { background-color: rgb(67,141,20); }

 div.DivClassName
 {
   background-color: #438D14;
 }
 .BgClassName
 {
   background-color: #438D14;
 }
</style>
border-color css

<style>
 span { border-color: #438D14; }

 span { border-color: rgb(67,141,20); }

 td.TdClassName
 {
   border-color: #438D14;
 }
 .TagClassName
 {
   border-color: #438D14;
 }
</style>