Html Css Color HEX #496153 Feldgrau

📋 copy color: '#496153'

red 73 ◦ green 97 ◦ blue 83

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

Shades of Feldgrau #496153

Tints of Feldgrau #496153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 28.85%
G = 38.34%
B = 32.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#496153 (or 0x496153) is known color: Feldgrau. HEX triplet: 49, 61 and 53. RGB value is (73,97,83). Sum of RGB (Red+Green+Blue) = 73+97+83=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #496153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496153 is #B69EAC. Grayscale: #585858. Windows color (decimal): -11968173 or 5464393. OLE color: 5464393.

HSL color Cylindrical-coordinate representation of color #496153: hue angle of 145º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #496153 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 83 -
CMYK 0.25 0 0.14 0.62
HSL 145º 0.14% 0.33% -
HSV(B) 145º 0.25% 0.38% -
XYZ 8.58 10.59 9.78 -
YUV 88.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 73 97 83 0.25 0 0.14 0.62 145 0.14 0.33
Hex 49 61 53 19 0 E 3E 91 E 21
Octal 111 141 123 31 0 16 76 221 16 41
Binary 1001001 1100001 1010011 11001 0 1110 111110 10010001 1110 100001

Color Harmonies of #496153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496153

Black with #496153

Text Example


Text Example

White with #496153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496153; }

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

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

background-color css

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

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

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

border-color css

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

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

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