Html Css Color HEX #48533A Lunar Green

📋 copy color: '#48533A'

red 72 ◦ green 83 ◦ blue 58

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

Shades of Lunar Green #48533A

Tints of Lunar Green #48533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.97%

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

R = 33.8%
G = 38.97%
B = 27.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#48533A (or 0x48533A) is known color: Lunar Green. HEX triplet: 48, 53 and 3A. RGB value is (72,83,58). Sum of RGB (Red+Green+Blue) = 72+83+58=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #48533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48533A is #B7ACC5. Grayscale: #4C4C4C. Windows color (decimal): -12037318 or 3822408. OLE color: 3822408.

HSL color Cylindrical-coordinate representation of color #48533A: hue angle of 86.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48533A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 58 -
CMYK 0.13 0 0.30 0.67
HSL 86.4º 0.18% 0.28% -
HSV(B) 86.4º 0.3% 0.33% -
XYZ 6.53 7.87 5.18 -
YUV 76.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 72 83 58 0.13 0 0.30 0.67 86.4 0.18 0.28
Hex 48 53 3A D 0 1E 43 56 12 1C
Octal 110 123 72 15 0 36 103 126 22 34
Binary 1001000 1010011 111010 1101 0 11110 1000011 1010110 10010 11100

Color Harmonies of #48533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48533A

Black with #48533A

Text Example


Text Example

White with #48533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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