#48503D

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

Shades of Lunar Green #48503D

Tints of Lunar Green #48503D

Color information

#48503D (or 0x48503D) is unknown color: approx Lunar Green. HEX triplet: 48, 50 and 3D. RGB value is (72,80,61). Sum of RGB (Red+Green+Blue) = 72+80+61=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #48503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48503D is #B7AFC2. Grayscale: #4B4B4B. Windows color (decimal): -12038083 or 4018248. OLE color: 4018248.

HSL color Cylindrical-coordinate representation of color #48503D: hue angle of 85.26º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48503D is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB728061-
CMYK0.1000.240.69
HSL85.26º13.48%27.65%-
HSV(B)85.26º23.75%31.37%-
XYZ6.387.455.52-
YUV75.44119.85125.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=33.80%
G=37.56%
B=28.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280610.1000.240.6985.2613.4827.65
Hex48503DA0184555d1c
Octal11012075120301051251534
Binary10010001010000111101101001100010001011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,80,61); }

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

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

 a { background-color: rgb(72,80,61); }

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

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

 span { border-color: rgb(72,80,61); }

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