#48842C

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

Shades of La Palma #48842C

Tints of La Palma #48842C

Color information

#48842C (or 0x48842C) is unknown color: approx La Palma. HEX triplet: 48, 84 and 2C. RGB value is (72,132,44). Sum of RGB (Red+Green+Blue) = 72+132+44=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #48842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48842C is #B77BD3. Grayscale: #686868. Windows color (decimal): -12024788 or 2917448. OLE color: 2917448.

HSL color Cylindrical-coordinate representation of color #48842C: hue angle of 100.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48842C is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB7213244-
CMYK0.4500.670.48
HSL100.91º50%34.51%-
HSV(B)100.91º66.67%51.76%-
XYZ11.3818.065.27-
YUV104.0394.12105.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=29.03%
G=53.23%
B=17.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132440.4500.670.48100.915034.51
Hex48842C2D04330653223
Octal11020454550103601456243
Binary100100010000100101100101101010000111100001100101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48842C; }

 p { color: rgb(72,132,44); }

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

<style>
 a { background-color: #48842C; }

 a { background-color: rgb(72,132,44); }

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

<style>
 span { border-color: #48842C; }

 span { border-color: rgb(72,132,44); }

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