Html Css Color HEX #474D3C Lunar Green

📋 copy color: '#474D3C'

red 71 ◦ green 77 ◦ blue 60

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

Shades of Lunar Green #474D3C

Tints of Lunar Green #474D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 34.13%
G = 37.02%
B = 28.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#474D3C (or 0x474D3C) is known color: Lunar Green. HEX triplet: 47, 4D and 3C. RGB value is (71,77,60). Sum of RGB (Red+Green+Blue) = 71+77+60=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #474D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D3C is #B8B2C3. Grayscale: #494949. Windows color (decimal): -12104388 or 3951943. OLE color: 3951943.

HSL color Cylindrical-coordinate representation of color #474D3C: hue angle of 81.18º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474D3C is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 77 60 -
CMYK 0.08 0 0.22 0.70
HSL 81.18º 0.12% 0.27% -
HSV(B) 81.18º 0.22% 0.3% -
XYZ 6.07 6.97 5.3 -
YUV 73.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 71 77 60 0.08 0 0.22 0.70 81.18 0.12 0.27
Hex 47 4D 3C 8 0 16 46 51 C 1B
Octal 107 115 74 10 0 26 106 121 14 33
Binary 1000111 1001101 111100 1000 0 10110 1000110 1010001 1100 11011

Color Harmonies of #474D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D3C

Black with #474D3C

Text Example


Text Example

White with #474D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D3C; }

 p { color: rgb(71,77,60); }

 H1.HeaderClassName
 {
   color: #474D3C;
 }
 .AnyTagClassName
 {
   color: #474D3C;
 }
</style>

background-color css

<style>
 a { background-color: #474D3C; }

 a { background-color: rgb(71,77,60); }

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

border-color css

<style>
 span { border-color: #474D3C; }

 span { border-color: rgb(71,77,60); }

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