Html Css Color HEX #495138 Lunar Green

📋 copy color: '#495138'

red 73 ◦ green 81 ◦ blue 56

#495138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #495138

Tints of Lunar Green #495138

RGB

 RED value IS 73 (28.91% from 255) = 34.76%

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 56 (22.27% from 255) = 26.67%

R = 34.76%
G = 38.57%
B = 26.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#495138 (or 0x495138) is known color: Lunar Green. HEX triplet: 49, 51 and 38. RGB value is (73,81,56). Sum of RGB (Red+Green+Blue) = 73+81+56=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #495138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495138 is #B6AEC7. Grayscale: #4B4B4B. Windows color (decimal): -11972296 or 3690825. OLE color: 3690825.

HSL color Cylindrical-coordinate representation of color #495138: hue angle of 79.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #495138 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 56 -
CMYK 0.10 0 0.31 0.68
HSL 79.2º 0.18% 0.27% -
HSV(B) 79.2º 0.31% 0.32% -
XYZ 6.4 7.59 4.87 -
YUV 75.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 73 81 56 0.10 0 0.31 0.68 79.2 0.18 0.27
Hex 49 51 38 A 0 1F 44 4F 12 1B
Octal 111 121 70 12 0 37 104 117 22 33
Binary 1001001 1010001 111000 1010 0 11111 1000100 1001111 10010 11011

Color Harmonies of #495138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495138

Black with #495138

Text Example


Text Example

White with #495138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495138; }

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

 H1.HeaderClassName
 {
   color: #495138;
 }
 .AnyTagClassName
 {
   color: #495138;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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