Html Css Color HEX #474D3D Lunar Green

📋 copy color: '#474D3D'

red 71 ◦ green 77 ◦ blue 61

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

Shades of Lunar Green #474D3D

Tints of Lunar Green #474D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 33.97%
G = 36.84%
B = 29.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#474D3D (or 0x474D3D) is known color: Lunar Green. HEX triplet: 47, 4D and 3D. RGB value is (71,77,61). Sum of RGB (Red+Green+Blue) = 71+77+61=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #474D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D3D is #B8B2C2. Grayscale: #494949. Windows color (decimal): -12104387 or 4017479. OLE color: 4017479.

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

Color convert

RGB 71 77 61 -
CMYK 0.08 0 0.21 0.70
HSL 82.5º 0.12% 0.27% -
HSV(B) 82.5º 0.21% 0.3% -
XYZ 6.09 6.98 5.44 -
YUV 73.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 71 77 61 0.08 0 0.21 0.70 82.5 0.12 0.27
Hex 47 4D 3D 8 0 15 46 52 C 1B
Octal 107 115 75 10 0 25 106 122 14 33
Binary 1000111 1001101 111101 1000 0 10101 1000110 1010010 1100 11011

Color Harmonies of #474D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D3D

Black with #474D3D

Text Example


Text Example

White with #474D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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