#48970D

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

Shades of La Palma #48970D

Tints of La Palma #48970D

Color information

#48970D (or 0x48970D) is unknown color: approx La Palma. HEX triplet: 48, 97 and 0D. RGB value is (72,151,13). Sum of RGB (Red+Green+Blue) = 72+151+13=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #48970D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48970D is #B768F2. Grayscale: #707070. Windows color (decimal): -12019955 or 890696. OLE color: 890696.

HSL color Cylindrical-coordinate representation of color #48970D: hue angle of 94.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48970D is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB7215113-
CMYK0.5200.910.41
HSL94.35º84.15%32.16%-
HSV(B)94.35º91.39%59.22%-
XYZ13.8123.544.2-
YUV111.6572.3399.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 151 (59.38% from 255) = 63.98%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=30.51%
G=63.98%
B=5.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72151130.5200.910.4194.3584.1532.16
Hex4897D3405B295e5420
Octal110227156401335113612440
Binary10010001001011111011101000101101110100110111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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