Html Css Color HEX #474D3E Lunar Green

📋 copy color: '#474D3E'

red 71 ◦ green 77 ◦ blue 62

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

Shades of Lunar Green #474D3E

Tints of Lunar Green #474D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 33.81%
G = 36.67%
B = 29.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#474D3E (or 0x474D3E) is known color: Lunar Green. HEX triplet: 47, 4D and 3E. RGB value is (71,77,62). Sum of RGB (Red+Green+Blue) = 71+77+62=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #474D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D3E is #B8B2C1. Grayscale: #494949. Windows color (decimal): -12104386 or 4083015. OLE color: 4083015.

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

Color convert

RGB 71 77 62 -
CMYK 0.08 0 0.19 0.70
HSL 84º 0.11% 0.27% -
HSV(B) 84º 0.19% 0.3% -
XYZ 6.12 7 5.58 -
YUV 73.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 71 77 62 0.08 0 0.19 0.70 84 0.11 0.27
Hex 47 4D 3E 8 0 13 46 54 B 1B
Octal 107 115 76 10 0 23 106 124 13 33
Binary 1000111 1001101 111110 1000 0 10011 1000110 1010100 1011 11011

Color Harmonies of #474D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D3E

Black with #474D3E

Text Example


Text Example

White with #474D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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