#48960E

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

Shades of La Palma #48960E

Tints of La Palma #48960E

Color information

#48960E (or 0x48960E) is unknown color: approx La Palma. HEX triplet: 48, 96 and 0E. RGB value is (72,150,14). Sum of RGB (Red+Green+Blue) = 72+150+14=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #48960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48960E is #B769F1. Grayscale: #6F6F6F. Windows color (decimal): -12020210 or 955976. OLE color: 955976.

HSL color Cylindrical-coordinate representation of color #48960E: hue angle of 94.41º degrees, saturation: 0.83, 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 #48960E is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB7215014-
CMYK0.5200.910.41
HSL94.41º82.93%32.16%-
HSV(B)94.41º90.67%58.82%-
XYZ13.6623.224.18-
YUV111.1773.16100.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 150 (58.98% from 255) = 63.56%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=30.51%
G=63.56%
B=5.93%

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
Decimal72150140.5200.910.4194.4182.9332.16
Hex4896E3405B295e5320
Octal110226166401335113612340
Binary10010001001011011101101000101101110100110111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48960E; }

 p { color: rgb(72,150,14); }

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

<style>
 a { background-color: #48960E; }

 a { background-color: rgb(72,150,14); }

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

<style>
 span { border-color: #48960E; }

 span { border-color: rgb(72,150,14); }

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