#48812A

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

Shades of La Palma #48812A

Tints of La Palma #48812A

Color information

#48812A (or 0x48812A) is unknown color: approx La Palma. HEX triplet: 48, 81 and 2A. RGB value is (72,129,42). Sum of RGB (Red+Green+Blue) = 72+129+42=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #48812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48812A is #B77ED5. Grayscale: #666666. Windows color (decimal): -12025558 or 2785608. OLE color: 2785608.

HSL color Cylindrical-coordinate representation of color #48812A: hue angle of 99.31º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48812A is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB7212942-
CMYK0.4400.670.49
HSL99.31º50.88%33.53%-
HSV(B)99.31º67.44%50.59%-
XYZ10.9417.254.94-
YUV102.0494.12106.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=29.63%
G=53.09%
B=17.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129420.4400.670.4999.3150.8833.53
Hex48812A2C04331633322
Octal11020152540103611436342
Binary100100010000001101010101100010000111100011100011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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