#4B513B

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

Shades of Lunar Green #4B513B

Tints of Lunar Green #4B513B

Color information

#4B513B (or 0x4B513B) is unknown color: approx Lunar Green. HEX triplet: 4B, 51 and 3B. RGB value is (75,81,59). Sum of RGB (Red+Green+Blue) = 75+81+59=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #4B513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B513B is #B4AEC4. Grayscale: #4C4C4C. Windows color (decimal): -11841221 or 3887435. OLE color: 3887435.

HSL color Cylindrical-coordinate representation of color #4B513B: hue angle of 76.36º 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 #4B513B is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB758159-
CMYK0.0700.270.68
HSL76.36º15.71%27.45%-
HSV(B)76.36º27.16%31.76%-
XYZ6.637.75.27-
YUV76.7118.01126.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=34.88%
G=37.67%
B=27.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7581590.0700.270.6876.3615.7127.45
Hex4B513B701B444c101b
Octal1131217370331041142033
Binary10010111010001111011111011011100010010011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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