#4F5B3F

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

Shades of Lunar Green #4F5B3F

Tints of Lunar Green #4F5B3F

Color information

#4F5B3F (or 0x4F5B3F) is unknown color: approx Lunar Green. HEX triplet: 4F, 5B and 3F. RGB value is (79,91,63). Sum of RGB (Red+Green+Blue) = 79+91+63=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5B3F is #B0A4C0. Grayscale: #545454. Windows color (decimal): -11576513 or 4152143. OLE color: 4152143.

HSL color Cylindrical-coordinate representation of color #4F5B3F: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5B3F is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB799163-
CMYK0.1300.310.64
HSL85.71º18.18%30.2%-
HSV(B)85.71º30.77%35.69%-
XYZ7.869.56.12-
YUV84.22116.02124.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 63 (25% from 255) = 27.04%
R=33.91%
G=39.06%
B=27.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7991630.1300.310.6485.7118.1830.2
Hex4F5B3FD01F4056121e
Octal11713377150371001262236
Binary100111110110111111111101011111100000010101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,91,63); }

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

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

 a { background-color: rgb(79,91,63); }

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

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

 span { border-color: rgb(79,91,63); }

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