Html Css Color HEX #486552 Feldgrau

📋 copy color: '#486552'

red 72 ◦ green 101 ◦ blue 82

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

Shades of Feldgrau #486552

Tints of Feldgrau #486552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.61%

 BLUE value IS 82 (32.42% from 255) = 32.16%

R = 28.24%
G = 39.61%
B = 32.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#486552 (or 0x486552) is known color: Feldgrau. HEX triplet: 48, 65 and 52. RGB value is (72,101,82). Sum of RGB (Red+Green+Blue) = 72+101+82=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 101 - color contains mainly: green. Hex color #486552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486552 is #B79AAD. Grayscale: #5A5A5A. Windows color (decimal): -12032686 or 5399880. OLE color: 5399880.

HSL color Cylindrical-coordinate representation of color #486552: hue angle of 140.69º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486552 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 82 -
CMYK 0.29 0 0.19 0.60
HSL 140.69º 0.17% 0.34% -
HSV(B) 140.69º 0.29% 0.4% -
XYZ 8.85 11.29 9.7 -
YUV 90.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 72 101 82 0.29 0 0.19 0.60 140.69 0.17 0.34
Hex 48 65 52 1D 0 13 3C 8D 11 22
Octal 110 145 122 35 0 23 74 215 21 42
Binary 1001000 1100101 1010010 11101 0 10011 111100 10001101 10001 100010

Color Harmonies of #486552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486552

Black with #486552

Text Example


Text Example

White with #486552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486552; }

 p { color: rgb(72,101,82); }

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

background-color css

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

 a { background-color: rgb(72,101,82); }

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

border-color css

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

 span { border-color: rgb(72,101,82); }

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