#438E14

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

Shades of La Palma #438E14

Tints of La Palma #438E14

Color information

#438E14 (or 0x438E14) is unknown color: approx La Palma. HEX triplet: 43, 8E and 14. RGB value is (67,142,20). Sum of RGB (Red+Green+Blue) = 67+142+20=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #438E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438E14 is #BC71EB. Grayscale: #6A6A6A. Windows color (decimal): -12349932 or 1347139. OLE color: 1347139.

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

Color convert

RGB6714220-
CMYK0.5300.860.44
HSL96.89º75.31%31.76%-
HSV(B)96.89º85.92%55.69%-
XYZ12.1120.594-
YUV105.6779.65100.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 142 (55.86% from 255) = 62.01%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=29.26%
G=62.01%
B=8.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67142200.5300.860.4496.8975.3131.76
Hex438E14350562C614b20
Octal103216246501265414111340
Binary100001110001110101001101010101011010110011000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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