#4F514C

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

Shades of Lunar Green #4F514C

Tints of Lunar Green #4F514C

Color information

#4F514C (or 0x4F514C) is unknown color: approx Lunar Green. HEX triplet: 4F, 51 and 4C. RGB value is (79,81,76). Sum of RGB (Red+Green+Blue) = 79+81+76=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 81 - color contains mainly: green. Hex color #4F514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F514C is #B0AEB3. Grayscale: #4F4F4F. Windows color (decimal): -11579060 or 5001551. OLE color: 5001551.

HSL color Cylindrical-coordinate representation of color #4F514C: hue angle of 84º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4F514C is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB798176-
CMYK0.0200.060.68
HSL84º3.18%30.78%-
HSV(B)84º6.17%31.76%-
XYZ7.478.078-
YUV79.83125.84127.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=33.47%
G=34.32%
B=32.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7981760.0200.060.68843.1830.78
Hex4F514C206445431f
Octal117121114206104124337
Binary100111110100011001100100110100010010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F514C; }

 p { color: rgb(79,81,76); }

 H1.HeaderClassName
 {
   color: #4F514C;
 }
 .AnyTagClassName
 {
   color: #4F514C;
 }
</style>
background-color css

<style>
 a { background-color: #4F514C; }

 a { background-color: rgb(79,81,76); }

 div.DivClassName
 {
   background-color: #4F514C;
 }
 .BgClassName
 {
   background-color: #4F514C;
 }
</style>
border-color css

<style>
 span { border-color: #4F514C; }

 span { border-color: rgb(79,81,76); }

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