Html Css Color HEX #495339 Lunar Green

📋 copy color: '#495339'

red 73 ◦ green 83 ◦ blue 57

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

Shades of Lunar Green #495339

Tints of Lunar Green #495339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.97%

 BLUE value IS 57 (22.66% from 255) = 26.76%

R = 34.27%
G = 38.97%
B = 26.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#495339 (or 0x495339) is known color: Lunar Green. HEX triplet: 49, 53 and 39. RGB value is (73,83,57). Sum of RGB (Red+Green+Blue) = 73+83+57=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #495339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495339 is #B6ACC6. Grayscale: #4D4D4D. Windows color (decimal): -11971783 or 3756873. OLE color: 3756873.

HSL color Cylindrical-coordinate representation of color #495339: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #495339 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 57 -
CMYK 0.12 0 0.31 0.67
HSL 83.08º 0.19% 0.27% -
HSV(B) 83.08º 0.31% 0.33% -
XYZ 6.58 7.9 5.05 -
YUV 77.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 73 83 57 0.12 0 0.31 0.67 83.08 0.19 0.27
Hex 49 53 39 C 0 1F 43 53 13 1B
Octal 111 123 71 14 0 37 103 123 23 33
Binary 1001001 1010011 111001 1100 0 11111 1000011 1010011 10011 11011

Color Harmonies of #495339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495339

Black with #495339

Text Example


Text Example

White with #495339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495339; }

 p { color: rgb(73,83,57); }

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

background-color css

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

 a { background-color: rgb(73,83,57); }

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

border-color css

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

 span { border-color: rgb(73,83,57); }

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