#485139

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

Shades of Lunar Green #485139

Tints of Lunar Green #485139

Color information

#485139 (or 0x485139) is unknown color: approx Lunar Green. HEX triplet: 48, 51 and 39. RGB value is (72,81,57). Sum of RGB (Red+Green+Blue) = 72+81+57=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #485139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485139 is #B7AEC6. Grayscale: #4B4B4B. Windows color (decimal): -12037831 or 3756360. OLE color: 3756360.

HSL color Cylindrical-coordinate representation of color #485139: hue angle of 82.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485139 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB728157-
CMYK0.1100.300.68
HSL82.5º17.39%27.06%-
HSV(B)82.5º29.63%31.76%-
XYZ6.357.564.99-
YUV75.57117.52125.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=34.29%
G=38.57%
B=27.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281570.1100.300.6882.517.3927.06
Hex485139B01E4452111b
Octal11012171130361041222133
Binary100100010100011110011011011110100010010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485139; }

 p { color: rgb(72,81,57); }

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

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

 a { background-color: rgb(72,81,57); }

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

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

 span { border-color: rgb(72,81,57); }

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