#48872A

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

Shades of La Palma #48872A

Tints of La Palma #48872A

Color information

#48872A (or 0x48872A) is unknown color: approx La Palma. HEX triplet: 48, 87 and 2A. RGB value is (72,135,42). Sum of RGB (Red+Green+Blue) = 72+135+42=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #48872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48872A is #B778D5. Grayscale: #696969. Windows color (decimal): -12024022 or 2787144. OLE color: 2787144.

HSL color Cylindrical-coordinate representation of color #48872A: hue angle of 100.65º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48872A is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB7213542-
CMYK0.4700.690.47
HSL100.65º52.54%34.71%-
HSV(B)100.65º68.89%52.94%-
XYZ11.7518.875.21-
YUV105.5692.13104.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=28.92%
G=54.22%
B=16.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135420.4700.690.47100.6552.5434.71
Hex48872A2F0452F653523
Octal11020752570105571456543
Binary100100010000111101010101111010001011011111100101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48872A; }

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

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

<style>
 a { background-color: #48872A; }

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

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

<style>
 span { border-color: #48872A; }

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

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