#486152

Color #486152 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #486152

Tints of Feldgrau #486152

Color information

#486152 (or 0x486152) is unknown color: approx Feldgrau. HEX triplet: 48, 61 and 52. RGB value is (72,97,82). Sum of RGB (Red+Green+Blue) = 72+97+82=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #486152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486152 is #B79EAD. Grayscale: #575757. Windows color (decimal): -12033710 or 5398856. OLE color: 5398856.

HSL color Cylindrical-coordinate representation of color #486152: hue angle of 144º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #486152 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB729782-
CMYK0.2600.150.62
HSL144º14.79%33.14%-
HSV(B)144º25.77%38.04%-
XYZ8.4710.549.57-
YUV87.82124.72116.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=28.69%
G=38.65%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297820.2600.150.6214414.7933.14
Hex4861521A0F3E90f21
Octal11014112232017762201741
Binary1001000110000110100101101001111111110100100001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486152; }

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

 H1.HeaderClassName
 {
   color: #486152;
 }
 .AnyTagClassName
 {
   color: #486152;
 }
</style>
background-color css

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

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

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

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

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

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