Html Css Color HEX #48503A Lunar Green

📋 copy color: '#48503A'

red 72 ◦ green 80 ◦ blue 58

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

Shades of Lunar Green #48503A

Tints of Lunar Green #48503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.62%

R = 34.29%
G = 38.1%
B = 27.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#48503A (or 0x48503A) is known color: Lunar Green. HEX triplet: 48, 50 and 3A. RGB value is (72,80,58). Sum of RGB (Red+Green+Blue) = 72+80+58=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #48503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48503A is #B7AFC5. Grayscale: #4B4B4B. Windows color (decimal): -12038086 or 3821640. OLE color: 3821640.

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

Color convert

RGB 72 80 58 -
CMYK 0.10 0 0.28 0.69
HSL 81.82º 0.16% 0.27% -
HSV(B) 81.82º 0.28% 0.31% -
XYZ 6.3 7.42 5.1 -
YUV 75.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 72 80 58 0.10 0 0.28 0.69 81.82 0.16 0.27
Hex 48 50 3A A 0 1C 45 52 10 1B
Octal 110 120 72 12 0 34 105 122 20 33
Binary 1001000 1010000 111010 1010 0 11100 1000101 1010010 10000 11011

Color Harmonies of #48503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48503A

Black with #48503A

Text Example


Text Example

White with #48503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48503A;
 }
 .AnyTagClassName
 {
   color: #48503A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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