#446853

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

Shades of Feldgrau #446853

Tints of Feldgrau #446853

Color information

#446853 (or 0x446853) is unknown color: approx Feldgrau. HEX triplet: 44, 68 and 53. RGB value is (68,104,83). Sum of RGB (Red+Green+Blue) = 68+104+83=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #446853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446853 is #BB97AC. Grayscale: #5A5A5A. Windows color (decimal): -12294061 or 5466180. OLE color: 5466180.

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

Color convert

RGB6810483-
CMYK0.3500.200.59
HSL145º20.93%33.73%-
HSV(B)145º34.62%40.78%-
XYZ8.911.759.98-
YUV90.84123.57111.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=26.67%
G=40.78%
B=32.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104830.3500.200.5914520.9333.73
Hex446853230143B911522
Octal10415012343024732212542
Binary1000100110100010100111000110101001110111001000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446853; }

 p { color: rgb(68,104,83); }

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

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

 a { background-color: rgb(68,104,83); }

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

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

 span { border-color: rgb(68,104,83); }

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