#48871e

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

Shades of La Palma #48871E

Tints of La Palma #48871E

Color information

#48871E (or 0x48871E) is unknown color: approx La Palma. HEX triplet: 48, 87 and 1E. RGB value is (72,135,30). Sum of RGB (Red+Green+Blue) = 72+135+30=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #48871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48871E is #B778E1. Grayscale: #686868. Windows color (decimal): -12024034 or 2000712. OLE color: 2000712.

HSL color Cylindrical-coordinate representation of color #48871E: hue angle of 96º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48871E is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB7213530-
CMYK0.4700.780.47
HSL96º63.64%32.35%-
HSV(B)96º77.78%52.94%-
XYZ11.5718.84.25-
YUV104.1986.13105.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=30.38%
G=56.96%
B=12.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135300.4700.780.479663.6432.35
Hex48871E2F04E2F604020
Octal110207365701165714010040
Binary100100010000111111101011110100111010111111000001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48871e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48871e; }

 p { color: rgb(72,135,30); }

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

<style>
 a { background-color: #48871e; }

 a { background-color: rgb(72,135,30); }

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

<style>
 span { border-color: #48871e; }

 span { border-color: rgb(72,135,30); }

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