Html Css Color HEX #49534B Feldgrau

📋 copy color: '#49534B'

red 73 ◦ green 83 ◦ blue 75

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

Shades of Feldgrau #49534B

Tints of Feldgrau #49534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 31.6%
G = 35.93%
B = 32.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#49534B (or 0x49534B) is known color: Feldgrau. HEX triplet: 49, 53 and 4B. RGB value is (73,83,75). Sum of RGB (Red+Green+Blue) = 73+83+75=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #49534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49534B is #B6ACB4. Grayscale: #4F4F4F. Windows color (decimal): -11971765 or 4936521. OLE color: 4936521.

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

Color convert

RGB 73 83 75 -
CMYK 0.12 0 0.10 0.67
HSL 132º 0.06% 0.31% -
HSV(B) 132º 0.12% 0.33% -
XYZ 7.11 8.11 7.85 -
YUV 79.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 73 83 75 0.12 0 0.10 0.67 132 0.06 0.31
Hex 49 53 4B C 0 A 43 84 6 1F
Octal 111 123 113 14 0 12 103 204 6 37
Binary 1001001 1010011 1001011 1100 0 1010 1000011 10000100 110 11111

Color Harmonies of #49534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49534B

Black with #49534B

Text Example


Text Example

White with #49534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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