#48962C

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

Shades of La Palma #48962C

Tints of La Palma #48962C

Color information

#48962C (or 0x48962C) is unknown color: approx La Palma. HEX triplet: 48, 96 and 2C. RGB value is (72,150,44). Sum of RGB (Red+Green+Blue) = 72+150+44=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #48962C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48962C is #B769D3. Grayscale: #727272. Windows color (decimal): -12020180 or 2922056. OLE color: 2922056.

HSL color Cylindrical-coordinate representation of color #48962C: hue angle of 104.15º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48962C is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB7215044-
CMYK0.5200.710.41
HSL104.15º54.64%38.04%-
HSV(B)104.15º70.67%58.82%-
XYZ14.0323.376.15-
YUV114.5988.1697.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 150 (58.98% from 255) = 56.39%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=27.07%
G=56.39%
B=16.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72150440.5200.710.41104.1554.6438.04
Hex48962C3404729683726
Octal11022654640107511506746
Binary100100010010110101100110100010001111010011101000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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