#48942C

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

Shades of La Palma #48942C

Tints of La Palma #48942C

Color information

#48942C (or 0x48942C) is unknown color: approx La Palma. HEX triplet: 48, 94 and 2C. RGB value is (72,148,44). Sum of RGB (Red+Green+Blue) = 72+148+44=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #48942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48942C is #B76BD3. Grayscale: #717171. Windows color (decimal): -12020692 or 2921544. OLE color: 2921544.

HSL color Cylindrical-coordinate representation of color #48942C: hue angle of 103.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48942C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB7214844-
CMYK0.5100.700.42
HSL103.85º54.17%37.65%-
HSV(B)103.85º70.27%58.04%-
XYZ13.7222.746.05-
YUV113.4288.8298.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 148 (58.20% from 255) = 56.06%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=27.27%
G=56.06%
B=16.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72148440.5100.700.42103.8554.1737.65
Hex48942C330462A683626
Octal11022454630106521506646
Binary100100010010100101100110011010001101010101101000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48942C; }

 p { color: rgb(72,148,44); }

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

<style>
 a { background-color: #48942C; }

 a { background-color: rgb(72,148,44); }

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

<style>
 span { border-color: #48942C; }

 span { border-color: rgb(72,148,44); }

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