#48911E

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

Shades of La Palma #48911E

Tints of La Palma #48911E

Color information

#48911E (or 0x48911E) is unknown color: approx La Palma. HEX triplet: 48, 91 and 1E. RGB value is (72,145,30). Sum of RGB (Red+Green+Blue) = 72+145+30=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #48911E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48911E is #B76EE1. Grayscale: #6E6E6E. Windows color (decimal): -12021474 or 2003272. OLE color: 2003272.

HSL color Cylindrical-coordinate representation of color #48911E: hue angle of 98.09º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48911E is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB7214530-
CMYK0.5000.790.43
HSL98.09º65.71%34.31%-
HSV(B)98.09º79.31%56.86%-
XYZ13.0321.724.73-
YUV110.0682.82100.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 145 (57.03% from 255) = 58.70%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=29.15%
G=58.70%
B=12.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145300.5000.790.4398.0965.7134.31
Hex48911E3204F2B624222
Octal110221366201175314210242
Binary100100010010001111101100100100111110101111000101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48911E; }

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

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

<style>
 a { background-color: #48911E; }

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

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

<style>
 span { border-color: #48911E; }

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

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