#438D1C

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

Shades of La Palma #438D1C

Tints of La Palma #438D1C

Color information

#438D1C (or 0x438D1C) is unknown color: approx La Palma. HEX triplet: 43, 8D and 1C. RGB value is (67,141,28). Sum of RGB (Red+Green+Blue) = 67+141+28=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #438D1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438D1C is #BC72E3. Grayscale: #6A6A6A. Windows color (decimal): -12350180 or 1871171. OLE color: 1871171.

HSL color Cylindrical-coordinate representation of color #438D1C: hue angle of 99.29º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #438D1C is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB6714128-
CMYK0.5200.800.45
HSL99.29º66.86%33.14%-
HSV(B)99.29º80.14%55.29%-
XYZ12.0520.334.39-
YUV105.9983.98100.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 141 (55.47% from 255) = 59.75%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=28.39%
G=59.75%
B=11.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67141280.5200.800.4599.2966.8633.14
Hex438D1C340502D634321
Octal103215346401205514310341
Binary100001110001101111001101000101000010110111000111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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