Html Css Color HEX #496353 Feldgrau

📋 copy color: '#496353'

red 73 ◦ green 99 ◦ blue 83

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

Shades of Feldgrau #496353

Tints of Feldgrau #496353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 28.63%
G = 38.82%
B = 32.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#496353 (or 0x496353) is known color: Feldgrau. HEX triplet: 49, 63 and 53. RGB value is (73,99,83). Sum of RGB (Red+Green+Blue) = 73+99+83=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #496353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496353 is #B69CAC. Grayscale: #595959. Windows color (decimal): -11967661 or 5464905. OLE color: 5464905.

HSL color Cylindrical-coordinate representation of color #496353: hue angle of 143.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496353 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 83 -
CMYK 0.26 0 0.16 0.61
HSL 143.08º 0.15% 0.34% -
HSV(B) 143.08º 0.26% 0.39% -
XYZ 8.77 10.96 9.84 -
YUV 89.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 73 99 83 0.26 0 0.16 0.61 143.08 0.15 0.34
Hex 49 63 53 1A 0 10 3D 8F F 22
Octal 111 143 123 32 0 20 75 217 17 42
Binary 1001001 1100011 1010011 11010 0 10000 111101 10001111 1111 100010

Color Harmonies of #496353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496353

Black with #496353

Text Example


Text Example

White with #496353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496353; }

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

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

background-color css

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

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

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

border-color css

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

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

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