#484E3B

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

Shades of Lunar Green #484E3B

Tints of Lunar Green #484E3B

Color information

#484E3B (or 0x484E3B) is unknown color: approx Lunar Green. HEX triplet: 48, 4E and 3B. RGB value is (72,78,59). Sum of RGB (Red+Green+Blue) = 72+78+59=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #484E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E3B is #B7B1C4. Grayscale: #4A4A4A. Windows color (decimal): -12038597 or 3886664. OLE color: 3886664.

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

Color convert

RGB727859-
CMYK0.0800.240.69
HSL78.95º13.87%26.86%-
HSV(B)78.95º24.36%30.59%-
XYZ6.197.145.19-
YUV74.04119.51126.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=34.45%
G=37.32%
B=28.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278590.0800.240.6978.9513.8726.86
Hex484E3B8018454fe1b
Octal11011673100301051171633
Binary10010001001110111011100001100010001011001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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