#48972D

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

Shades of La Palma #48972D

Tints of La Palma #48972D

Color information

#48972D (or 0x48972D) is unknown color: approx La Palma. HEX triplet: 48, 97 and 2D. RGB value is (72,151,45). Sum of RGB (Red+Green+Blue) = 72+151+45=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #48972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48972D is #B768D2. Grayscale: #737373. Windows color (decimal): -12019923 or 2987848. OLE color: 2987848.

HSL color Cylindrical-coordinate representation of color #48972D: hue angle of 104.72º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48972D is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB7215145-
CMYK0.5200.700.41
HSL104.72º54.08%38.43%-
HSV(B)104.72º70.2%59.22%-
XYZ14.2123.76.31-
YUV115.2988.3397.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 151 (59.38% from 255) = 56.34%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=26.87%
G=56.34%
B=16.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72151450.5200.700.41104.7254.0838.43
Hex48972D3404629693626
Octal11022755640106511516646
Binary100100010010111101101110100010001101010011101001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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