Html Css Color HEX #474F3B Lunar Green

📋 copy color: '#474F3B'

red 71 ◦ green 79 ◦ blue 59

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

Shades of Lunar Green #474F3B

Tints of Lunar Green #474F3B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.8%

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

R = 33.97%
G = 37.8%
B = 28.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#474F3B (or 0x474F3B) is known color: Lunar Green. HEX triplet: 47, 4F and 3B. RGB value is (71,79,59). Sum of RGB (Red+Green+Blue) = 71+79+59=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 79 - color contains mainly: green. Hex color #474F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F3B is #B8B0C4. Grayscale: #4A4A4A. Windows color (decimal): -12103877 or 3886919. OLE color: 3886919.

HSL color Cylindrical-coordinate representation of color #474F3B: hue angle of 84º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #474F3B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 59 -
CMYK 0.10 0 0.25 0.69
HSL 84º 0.14% 0.27% -
HSV(B) 84º 0.25% 0.31% -
XYZ 6.18 7.25 5.21 -
YUV 74.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 71 79 59 0.10 0 0.25 0.69 84 0.14 0.27
Hex 47 4F 3B A 0 19 45 54 E 1B
Octal 107 117 73 12 0 31 105 124 16 33
Binary 1000111 1001111 111011 1010 0 11001 1000101 1010100 1110 11011

Color Harmonies of #474F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F3B

Black with #474F3B

Text Example


Text Example

White with #474F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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