#48922D

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

Shades of La Palma #48922D

Tints of La Palma #48922D

Color information

#48922D (or 0x48922D) is unknown color: approx La Palma. HEX triplet: 48, 92 and 2D. RGB value is (72,146,45). Sum of RGB (Red+Green+Blue) = 72+146+45=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #48922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48922D is #B76DD2. Grayscale: #707070. Windows color (decimal): -12021203 or 2986568. OLE color: 2986568.

HSL color Cylindrical-coordinate representation of color #48922D: hue angle of 103.96º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48922D is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB7214645-
CMYK0.5100.690.43
HSL103.96º52.88%37.45%-
HSV(B)103.96º69.18%57.25%-
XYZ13.4322.126.05-
YUV112.3689.9899.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=27.38%
G=55.51%
B=17.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146450.5100.690.43103.9652.8837.45
Hex48922D330452B683525
Octal11022255630105531506545
Binary100100010010010101101110011010001011010111101000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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