#48870D

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

Shades of La Palma #48870D

Tints of La Palma #48870D

Color information

#48870D (or 0x48870D) is unknown color: approx La Palma. HEX triplet: 48, 87 and 0D. RGB value is (72,135,13). Sum of RGB (Red+Green+Blue) = 72+135+13=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #48870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48870D is #B778F2. Grayscale: #666666. Windows color (decimal): -12024051 or 886600. OLE color: 886600.

HSL color Cylindrical-coordinate representation of color #48870D: hue angle of 90.98º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48870D is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB7213513-
CMYK0.4700.900.47
HSL90.98º82.43%29.02%-
HSV(B)90.98º90.37%52.94%-
XYZ11.4118.733.4-
YUV102.2677.63106.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 135 (53.12% from 255) = 61.36%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=32.73%
G=61.36%
B=5.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135130.4700.900.4790.9882.4329.02
Hex4887D2F05A2F5b521d
Octal110207155701325713312235
Binary1001000100001111101101111010110101011111011011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48870D; }

 p { color: rgb(72,135,13); }

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

<style>
 a { background-color: #48870D; }

 a { background-color: rgb(72,135,13); }

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

<style>
 span { border-color: #48870D; }

 span { border-color: rgb(72,135,13); }

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