#48933E

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

Shades of La Palma #48933E

Tints of La Palma #48933E

Color information

#48933E (or 0x48933E) is unknown color: approx La Palma. HEX triplet: 48, 93 and 3E. RGB value is (72,147,62). Sum of RGB (Red+Green+Blue) = 72+147+62=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #48933E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48933E is #B76CC1. Grayscale: #737373. Windows color (decimal): -12020930 or 4100936. OLE color: 4100936.

HSL color Cylindrical-coordinate representation of color #48933E: hue angle of 112.94º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48933E is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB7214762-
CMYK0.5100.580.42
HSL112.94º40.67%40.98%-
HSV(B)112.94º57.82%57.65%-
XYZ13.9822.598.18-
YUV114.8898.1597.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=25.62%
G=52.31%
B=22.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147620.5100.580.42112.9440.6740.98
Hex48933E3303A2A712929
Octal1102237663072521615151
Binary10010001001001111111011001101110101010101110001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48933E; }

 p { color: rgb(72,147,62); }

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

<style>
 a { background-color: #48933E; }

 a { background-color: rgb(72,147,62); }

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

<style>
 span { border-color: #48933E; }

 span { border-color: rgb(72,147,62); }

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