Html Css Color HEX #48503D Lunar Green

📋 copy color: '#48503D'

red 72 ◦ green 80 ◦ blue 61

#48503D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #48503D

Tints of Lunar Green #48503D

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 33.8%
G = 37.56%
B = 28.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#48503D (or 0x48503D) is known color: 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

RGB 72 80 61 -
CMYK 0.10 0 0.24 0.69
HSL 85.26º 0.13% 0.28% -
HSV(B) 85.26º 0.24% 0.31% -
XYZ 6.38 7.45 5.52 -
YUV 75.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 72 80 61 0.10 0 0.24 0.69 85.26 0.13 0.28
Hex 48 50 3D A 0 18 45 55 D 1C
Octal 110 120 75 12 0 30 105 125 15 34
Binary 1001000 1010000 111101 1010 0 11000 1000101 1010101 1101 11100

Color Harmonies of #48503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48503D

Black with #48503D

Text Example


Text Example

White with #48503D

Text Example


Text Example

HTML Codes & Css Web 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>