#484E3A

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

Shades of Lunar Green #484E3A

Tints of Lunar Green #484E3A

Color information

#484E3A (or 0x484E3A) is unknown color: approx Lunar Green. HEX triplet: 48, 4E and 3A. RGB value is (72,78,58). Sum of RGB (Red+Green+Blue) = 72+78+58=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #484E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E3A is #B7B1C5. Grayscale: #494949. Windows color (decimal): -12038598 or 3821128. OLE color: 3821128.

HSL color Cylindrical-coordinate representation of color #484E3A: hue angle of 78º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #484E3A is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB727858-
CMYK0.0800.260.69
HSL78º14.71%26.67%-
HSV(B)78º25.64%30.59%-
XYZ6.167.135.05-
YUV73.93119.01126.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=34.62%
G=37.5%
B=27.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278580.0800.260.697814.7126.67
Hex484E3A801A454ef1b
Octal11011672100321051161733
Binary10010001001110111010100001101010001011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484E3A; }

 p { color: rgb(72,78,58); }

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

<style>
 a { background-color: #484E3A; }

 a { background-color: rgb(72,78,58); }

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

<style>
 span { border-color: #484E3A; }

 span { border-color: rgb(72,78,58); }

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