Html Css Color HEX #486454 Feldgrau

📋 copy color: '#486454'

red 72 ◦ green 100 ◦ blue 84

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

Shades of Feldgrau #486454

Tints of Feldgrau #486454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 84 (33.2% from 255) = 32.81%

R = 28.13%
G = 39.06%
B = 32.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#486454 (or 0x486454) is known color: Feldgrau. HEX triplet: 48, 64 and 54. RGB value is (72,100,84). Sum of RGB (Red+Green+Blue) = 72+100+84=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #486454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486454 is #B79BAB. Grayscale: #595959. Windows color (decimal): -12032940 or 5530696. OLE color: 5530696.

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

Color convert

RGB 72 100 84 -
CMYK 0.28 0 0.16 0.61
HSL 145.71º 0.16% 0.34% -
HSV(B) 145.71º 0.28% 0.39% -
XYZ 8.83 11.13 10.07 -
YUV 89.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 72 100 84 0.28 0 0.16 0.61 145.71 0.16 0.34
Hex 48 64 54 1C 0 10 3D 92 10 22
Octal 110 144 124 34 0 20 75 222 20 42
Binary 1001000 1100100 1010100 11100 0 10000 111101 10010010 10000 100010

Color Harmonies of #486454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486454

Black with #486454

Text Example


Text Example

White with #486454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486454; }

 p { color: rgb(72,100,84); }

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

background-color css

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

 a { background-color: rgb(72,100,84); }

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

border-color css

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

 span { border-color: rgb(72,100,84); }

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