#48862A

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

Shades of La Palma #48862A

Tints of La Palma #48862A

Color information

#48862A (or 0x48862A) is unknown color: approx La Palma. HEX triplet: 48, 86 and 2A. RGB value is (72,134,42). Sum of RGB (Red+Green+Blue) = 72+134+42=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #48862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48862A is #B779D5. Grayscale: #696969. Windows color (decimal): -12024278 or 2786888. OLE color: 2786888.

HSL color Cylindrical-coordinate representation of color #48862A: hue angle of 100.43º degrees, saturation: 0.52, 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 #48862A is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB7213442-
CMYK0.4600.690.47
HSL100.43º52.27%34.51%-
HSV(B)100.43º68.66%52.55%-
XYZ11.6218.65.17-
YUV104.9792.46104.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=29.03%
G=54.03%
B=16.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134420.4600.690.47100.4352.2734.51
Hex48862A2E0452F643423
Octal11020652560105571446443
Binary100100010000110101010101110010001011011111100100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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