Html Css Color HEX #47503B Lunar Green

📋 copy color: '#47503B'

red 71 ◦ green 80 ◦ blue 59

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

Shades of Lunar Green #47503B

Tints of Lunar Green #47503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 33.81%
G = 38.1%
B = 28.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#47503B (or 0x47503B) is known color: Lunar Green. HEX triplet: 47, 50 and 3B. RGB value is (71,80,59). Sum of RGB (Red+Green+Blue) = 71+80+59=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #47503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47503B is #B8AFC4. Grayscale: #4A4A4A. Windows color (decimal): -12103621 or 3887175. OLE color: 3887175.

HSL color Cylindrical-coordinate representation of color #47503B: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47503B is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 59 -
CMYK 0.11 0 0.26 0.69
HSL 85.71º 0.15% 0.27% -
HSV(B) 85.71º 0.26% 0.31% -
XYZ 6.26 7.39 5.23 -
YUV 74.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 71 80 59 0.11 0 0.26 0.69 85.71 0.15 0.27
Hex 47 50 3B B 0 1A 45 56 F 1B
Octal 107 120 73 13 0 32 105 126 17 33
Binary 1000111 1010000 111011 1011 0 11010 1000101 1010110 1111 11011

Color Harmonies of #47503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47503B

Black with #47503B

Text Example


Text Example

White with #47503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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