Html Css Color HEX #486956 Feldgrau

📋 copy color: '#486956'

red 72 ◦ green 105 ◦ blue 86

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

Shades of Feldgrau #486956

Tints of Feldgrau #486956

RGB

 RED value IS 72 (28.52% from 255) = 27.38%

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

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

R = 27.38%
G = 39.92%
B = 32.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#486956 (or 0x486956) is known color: Feldgrau. HEX triplet: 48, 69 and 56. RGB value is (72,105,86). Sum of RGB (Red+Green+Blue) = 72+105+86=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #486956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486956 is #B796A9. Grayscale: #5D5D5D. Windows color (decimal): -12031658 or 5663048. OLE color: 5663048.

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

Color convert

RGB 72 105 86 -
CMYK 0.31 0 0.18 0.59
HSL 145.45º 0.19% 0.35% -
HSV(B) 145.45º 0.31% 0.41% -
XYZ 9.4 12.15 10.65 -
YUV 92.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 72 105 86 0.31 0 0.18 0.59 145.45 0.19 0.35
Hex 48 69 56 1F 0 12 3B 91 13 23
Octal 110 151 126 37 0 22 73 221 23 43
Binary 1001000 1101001 1010110 11111 0 10010 111011 10010001 10011 100011

Color Harmonies of #486956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486956

Black with #486956

Text Example


Text Example

White with #486956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486956; }

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

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

background-color css

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

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

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

border-color css

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

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

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