#48992B

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

Shades of La Palma #48992B

Tints of La Palma #48992B

Color information

#48992B (or 0x48992B) is unknown color: approx La Palma. HEX triplet: 48, 99 and 2B. RGB value is (72,153,43). Sum of RGB (Red+Green+Blue) = 72+153+43=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #48992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48992B is #B766D4. Grayscale: #747474. Windows color (decimal): -12019413 or 2857288. OLE color: 2857288.

HSL color Cylindrical-coordinate representation of color #48992B: hue angle of 104.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48992B is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB7215343-
CMYK0.5300.720.4
HSL104.18º56.12%38.43%-
HSV(B)104.18º71.9%60%-
XYZ14.524.336.22-
YUV116.2486.6696.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 153 (60.16% from 255) = 57.09%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=26.87%
G=57.09%
B=16.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153430.5300.720.4104.1856.1238.43
Hex48992B3504828683826
Octal11023153650110501507046
Binary100100010011001101011110101010010001010001101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48992B; }

 p { color: rgb(72,153,43); }

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

<style>
 a { background-color: #48992B; }

 a { background-color: rgb(72,153,43); }

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

<style>
 span { border-color: #48992B; }

 span { border-color: rgb(72,153,43); }

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