#48861F

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

Shades of La Palma #48861F

Tints of La Palma #48861F

Color information

#48861F (or 0x48861F) is unknown color: approx La Palma. HEX triplet: 48, 86 and 1F. RGB value is (72,134,31). Sum of RGB (Red+Green+Blue) = 72+134+31=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #48861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48861F is #B779E0. Grayscale: #686868. Windows color (decimal): -12024289 or 2065992. OLE color: 2065992.

HSL color Cylindrical-coordinate representation of color #48861F: hue angle of 96.12º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48861F is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB7213431-
CMYK0.4600.770.47
HSL96.12º62.42%32.35%-
HSV(B)96.12º76.87%52.55%-
XYZ11.4418.534.27-
YUV103.7286.96105.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=30.38%
G=56.54%
B=13.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134310.4600.770.4796.1262.4232.35
Hex48861F2E04D2F603e20
Octal11020637560115571407640
Binary10010001000011011111101110010011011011111100000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48861F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48861F; }

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

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

<style>
 a { background-color: #48861F; }

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

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

<style>
 span { border-color: #48861F; }

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

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