#4F5A3D

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

Shades of Lunar Green #4F5A3D

Tints of Lunar Green #4F5A3D

Color information

#4F5A3D (or 0x4F5A3D) is unknown color: approx Lunar Green. HEX triplet: 4F, 5A and 3D. RGB value is (79,90,61). Sum of RGB (Red+Green+Blue) = 79+90+61=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A3D is #B0A5C2. Grayscale: #535353. Windows color (decimal): -11576771 or 4020815. OLE color: 4020815.

HSL color Cylindrical-coordinate representation of color #4F5A3D: hue angle of 82.76º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5A3D is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB799061-
CMYK0.1200.320.65
HSL82.76º19.21%29.61%-
HSV(B)82.76º32.22%35.29%-
XYZ7.729.315.81-
YUV83.4115.36124.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=34.35%
G=39.13%
B=26.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7990610.1200.320.6582.7619.2129.61
Hex4F5A3DC0204153131e
Octal11713275140401011232336
Binary1001111101101011110111000100000100000110100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,61); }

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

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

 a { background-color: rgb(79,90,61); }

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

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

 span { border-color: rgb(79,90,61); }

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