#4A513B

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

Shades of Lunar Green #4A513B

Tints of Lunar Green #4A513B

Color information

#4A513B (or 0x4A513B) is unknown color: approx Lunar Green. HEX triplet: 4A, 51 and 3B. RGB value is (74,81,59). Sum of RGB (Red+Green+Blue) = 74+81+59=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #4A513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A513B is #B5AEC4. Grayscale: #4C4C4C. Windows color (decimal): -11906757 or 3887434. OLE color: 3887434.

HSL color Cylindrical-coordinate representation of color #4A513B: hue angle of 79.09º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A513B is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB748159-
CMYK0.0900.270.68
HSL79.09º15.71%27.45%-
HSV(B)79.09º27.16%31.76%-
XYZ6.567.665.27-
YUV76.4118.18126.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=34.58%
G=37.85%
B=27.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7481590.0900.270.6879.0915.7127.45
Hex4A513B901B444f101b
Octal11212173110331041172033
Binary100101010100011110111001011011100010010011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,81,59); }

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

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

 a { background-color: rgb(74,81,59); }

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

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

 span { border-color: rgb(74,81,59); }

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