#4F5544

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

Shades of Lunar Green #4F5544

Tints of Lunar Green #4F5544

Color information

#4F5544 (or 0x4F5544) is unknown color: approx Lunar Green. HEX triplet: 4F, 55 and 44. RGB value is (79,85,68). Sum of RGB (Red+Green+Blue) = 79+85+68=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5544 is #B0AABB. Grayscale: #515151. Windows color (decimal): -11578044 or 4478287. OLE color: 4478287.

HSL color Cylindrical-coordinate representation of color #4F5544: hue angle of 81.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F5544 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB798568-
CMYK0.0700.200.67
HSL81.18º11.11%30%-
HSV(B)81.18º20%33.33%-
XYZ7.528.586.73-
YUV81.27120.51126.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=34.05%
G=36.64%
B=29.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985680.0700.200.6781.1811.1130
Hex4F554470144351b1e
Octal11712510470241031211336
Binary10011111010101100010011101010010000111010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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