#474D3E

Color #474D3E Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #474D3E

Tints of Lunar Green #474D3E

Color information

#474D3E (or 0x474D3E) is unknown color: approx 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

RGB717762-
CMYK0.0800.190.70
HSL84º10.79%27.25%-
HSV(B)84º19.48%30.2%-
XYZ6.1275.58-
YUV73.5121.51126.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177620.0800.190.708410.7927.25
Hex474D3E80134654b1b
Octal10711576100231061241333
Binary10001111001101111110100001001110001101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>