#48851A

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

Shades of La Palma #48851A

Tints of La Palma #48851A

Color information

#48851A (or 0x48851A) is unknown color: approx La Palma. HEX triplet: 48, 85 and 1A. RGB value is (72,133,26). Sum of RGB (Red+Green+Blue) = 72+133+26=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #48851A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48851A is #B77AE5. Grayscale: #666666. Windows color (decimal): -12024550 or 1738056. OLE color: 1738056.

HSL color Cylindrical-coordinate representation of color #48851A: hue angle of 94.21º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48851A is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB7213326-
CMYK0.4600.800.48
HSL94.21º67.3%31.18%-
HSV(B)94.21º80.45%52.16%-
XYZ11.2518.233.9-
YUV102.5684.79106.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 133 (52.34% from 255) = 57.58%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=31.17%
G=57.58%
B=11.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133260.4600.800.4894.2167.331.18
Hex48851A2E050305e431f
Octal110205325601206013610337
Binary10010001000010111010101110010100001100001011110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48851A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,133,26); }

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

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

 a { background-color: rgb(72,133,26); }

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

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

 span { border-color: rgb(72,133,26); }

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