#48513A

Color #48513A Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #48513A

Tints of Lunar Green #48513A

Color information

#48513A (or 0x48513A) is unknown color: approx Lunar Green. HEX triplet: 48, 51 and 3A. RGB value is (72,81,58). Sum of RGB (Red+Green+Blue) = 72+81+58=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #48513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48513A is #B7AEC5. Grayscale: #4B4B4B. Windows color (decimal): -12037830 or 3821896. OLE color: 3821896.

HSL color Cylindrical-coordinate representation of color #48513A: hue angle of 83.48º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48513A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB728158-
CMYK0.1100.280.68
HSL83.48º16.55%27.25%-
HSV(B)83.48º28.4%31.76%-
XYZ6.387.575.13-
YUV75.69118.02125.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=34.12%
G=38.39%
B=27.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281580.1100.280.6883.4816.5527.25
Hex48513AB01C4453111b
Octal11012172130341041232133
Binary100100010100011110101011011100100010010100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48513A; }

 p { color: rgb(72,81,58); }

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

<style>
 a { background-color: #48513A; }

 a { background-color: rgb(72,81,58); }

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

<style>
 span { border-color: #48513A; }

 span { border-color: rgb(72,81,58); }

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