Html Css Color HEX #4A6956 Feldgrau

📋 copy color: '#4A6956'

red 74 ◦ green 105 ◦ blue 86

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

Shades of Feldgrau #4A6956

Tints of Feldgrau #4A6956

RGB

 RED value IS 74 (29.3% from 255) = 27.92%

 GREEN value IS 105 (41.41% from 255) = 39.62%

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 27.92%
G = 39.62%
B = 32.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#4A6956 (or 0x4A6956) is known color: Feldgrau. HEX triplet: 4A, 69 and 56. RGB value is (74,105,86). Sum of RGB (Red+Green+Blue) = 74+105+86=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6956 is #B596A9. Grayscale: #5D5D5D. Windows color (decimal): -11900586 or 5663050. OLE color: 5663050.

HSL color Cylindrical-coordinate representation of color #4A6956: hue angle of 143.23º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6956 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 105 86 -
CMYK 0.30 0 0.18 0.59
HSL 143.23º 0.17% 0.35% -
HSV(B) 143.23º 0.3% 0.41% -
XYZ 9.56 12.23 10.66 -
YUV 93.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 74 105 86 0.30 0 0.18 0.59 143.23 0.17 0.35
Hex 4A 69 56 1E 0 12 3B 8F 11 23
Octal 112 151 126 36 0 22 73 217 21 43
Binary 1001010 1101001 1010110 11110 0 10010 111011 10001111 10001 100011

Color Harmonies of #4A6956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6956

Black with #4A6956

Text Example


Text Example

White with #4A6956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6956; }

 p { color: rgb(74,105,86); }

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

background-color css

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

 a { background-color: rgb(74,105,86); }

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

border-color css

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

 span { border-color: rgb(74,105,86); }

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