Html Css Color HEX #47503A Lunar Green

📋 copy color: '#47503A'

red 71 ◦ green 80 ◦ blue 58

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

Shades of Lunar Green #47503A

Tints of Lunar Green #47503A

RGB

 RED value IS 71 (28.13% from 255) = 33.97%

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

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

R = 33.97%
G = 38.28%
B = 27.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#47503A (or 0x47503A) is known color: Lunar Green. HEX triplet: 47, 50 and 3A. RGB value is (71,80,58). Sum of RGB (Red+Green+Blue) = 71+80+58=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #47503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47503A is #B8AFC5. Grayscale: #4A4A4A. Windows color (decimal): -12103622 or 3821639. OLE color: 3821639.

HSL color Cylindrical-coordinate representation of color #47503A: hue angle of 84.55º 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 #47503A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 58 -
CMYK 0.11 0 0.28 0.69
HSL 84.55º 0.16% 0.27% -
HSV(B) 84.55º 0.28% 0.31% -
XYZ 6.23 7.38 5.1 -
YUV 74.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 71 80 58 0.11 0 0.28 0.69 84.55 0.16 0.27
Hex 47 50 3A B 0 1C 45 55 10 1B
Octal 107 120 72 13 0 34 105 125 20 33
Binary 1000111 1010000 111010 1011 0 11100 1000101 1010101 10000 11011

Color Harmonies of #47503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47503A

Black with #47503A

Text Example


Text Example

White with #47503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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