Html Css Color HEX #486353 Feldgrau

📋 copy color: '#486353'

red 72 ◦ green 99 ◦ blue 83

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

Shades of Feldgrau #486353

Tints of Feldgrau #486353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

 BLUE value IS 83 (32.81% from 255) = 32.68%

R = 28.35%
G = 38.98%
B = 32.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#486353 (or 0x486353) is known color: Feldgrau. HEX triplet: 48, 63 and 53. RGB value is (72,99,83). Sum of RGB (Red+Green+Blue) = 72+99+83=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #486353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486353 is #B79CAC. Grayscale: #595959. Windows color (decimal): -12033197 or 5464904. OLE color: 5464904.

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

Color convert

RGB 72 99 83 -
CMYK 0.27 0 0.16 0.61
HSL 144.44º 0.16% 0.34% -
HSV(B) 144.44º 0.27% 0.39% -
XYZ 8.7 10.93 9.83 -
YUV 89.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 72 99 83 0.27 0 0.16 0.61 144.44 0.16 0.34
Hex 48 63 53 1B 0 10 3D 90 10 22
Octal 110 143 123 33 0 20 75 220 20 42
Binary 1001000 1100011 1010011 11011 0 10000 111101 10010000 10000 100010

Color Harmonies of #486353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486353

Black with #486353

Text Example


Text Example

White with #486353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486353; }

 p { color: rgb(72,99,83); }

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

background-color css

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

 a { background-color: rgb(72,99,83); }

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

border-color css

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

 span { border-color: rgb(72,99,83); }

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