#495038

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

Shades of Lunar Green #495038

Tints of Lunar Green #495038

Color information

#495038 (or 0x495038) is unknown color: approx Lunar Green. HEX triplet: 49, 50 and 38. RGB value is (73,80,56). Sum of RGB (Red+Green+Blue) = 73+80+56=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #495038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495038 is #B6AFC7. Grayscale: #4B4B4B. Windows color (decimal): -11972552 or 3690569. OLE color: 3690569.

HSL color Cylindrical-coordinate representation of color #495038: hue angle of 77.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495038 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB738056-
CMYK0.0900.300.69
HSL77.5º17.65%26.67%-
HSV(B)77.5º30%31.37%-
XYZ6.337.444.84-
YUV75.17117.18126.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=34.93%
G=38.28%
B=26.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380560.0900.300.6977.517.6526.67
Hex495038901E454e121b
Octal11112070110361051162233
Binary100100110100001110001001011110100010110011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495038; }

 p { color: rgb(73,80,56); }

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

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

 a { background-color: rgb(73,80,56); }

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

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

 span { border-color: rgb(73,80,56); }

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