#4F553F

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

Shades of Lunar Green #4F553F

Tints of Lunar Green #4F553F

Color information

#4F553F (or 0x4F553F) is unknown color: approx Lunar Green. HEX triplet: 4F, 55 and 3F. RGB value is (79,85,63). Sum of RGB (Red+Green+Blue) = 79+85+63=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #4F553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F553F is #B0AAC0. Grayscale: #505050. Windows color (decimal): -11578049 or 4150607. OLE color: 4150607.

HSL color Cylindrical-coordinate representation of color #4F553F: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F553F is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB798563-
CMYK0.0700.260.67
HSL76.36º14.86%29.02%-
HSV(B)76.36º25.88%33.33%-
XYZ7.378.525.96-
YUV80.7118.01126.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 63 (25% from 255) = 27.75%
R=34.80%
G=37.44%
B=27.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985630.0700.260.6776.3614.8629.02
Hex4F553F701A434cf1d
Octal1171257770321031141735
Binary1001111101010111111111101101010000111001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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